Style 1920px

This commit is contained in:
LC 2023-10-21 18:18:09 +02:00
parent 2131eea9d7
commit 7c7c6ffbec
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ figure, figcaption {
padding: 0;
}
/* styles adaptatifs */
@media (min-width: 1920px) {
.galleryPicture > figure > img {
max-height: 200px;
}
}
@media (max-width: 799px) {
section > .row {
display: flex;