Dessins charte, tarifs, rejoignez-nous

This commit is contained in:
Pascal Engélibert
2023-05-19 11:22:24 +02:00
parent c9ac6f65e1
commit 95ebae00dc
10 changed files with 31 additions and 1 deletions

View File

@ -189,3 +189,18 @@ h3 {
color: $grey2;
}
}
@media screen and (min-width: 641px) {
.img-right {
float: right;
}
}
@media screen and (max-width: 640px) {
.img-right {
text-align: center;
}
}
.img-right img {
max-width: 100vw;
}