amélioration de l'interface en très petits écrans < 600px

This commit is contained in:
LC 2023-10-18 20:06:31 +02:00
parent 495628d68e
commit 3d0233a48c
1 changed files with 8 additions and 0 deletions

View File

@ -72,3 +72,11 @@ section > .row:not(.back) {
width: inherit;
}
}
@media (max-width: 599px) {
.gallery {
flex: 0 0 50%;
}
.galleryGalleryName {
display: none;
}
}