We can find articles by an AQT member: Novatize.
Blog Post by Novatize - AQT Member
Veille médiatique
assurée par
#aqt-livesnap-floating a {
display: block;
flex-shrink: 0;
}
#aqt-livesnap-floating img {
display: block;
width: 80px;
height: auto;
}
#aqt-livesnap-floating button {
position: absolute;
top: 3px;
right: 3px;
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
padding: 0;
border: 0;
background: transparent;
color: #505968;
font-size: 22px;
line-height: 1;
cursor: pointer;
}
@media (max-width: 600px) {
#aqt-livesnap-floating {
right: 12px;
bottom: 12px;
}
}