From e657322b8b96528656966e1d36d645ce494a1f91 Mon Sep 17 00:00:00 2001 From: LC Date: Sat, 21 Oct 2023 18:19:22 +0200 Subject: [PATCH] Style 1920px --- module/album/view/gallery/gallery.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/album/view/gallery/gallery.css b/module/album/view/gallery/gallery.css index c94e371..f1de9b4 100644 --- a/module/album/view/gallery/gallery.css +++ b/module/album/view/gallery/gallery.css @@ -46,6 +46,11 @@ figure, figcaption { padding: 0; } /* styles adaptatifs */ +@media (min-width: 1920px) { +.galleryGalleryPicture > figure > img { + max-height: 200px; +} +} @media (max-width: 1025px) { .galleryGalleryName {