diff --git a/module/album/view/gallery/gallery.css b/module/album/view/gallery/gallery.css index d199091..e424aa3 100644 --- a/module/album/view/gallery/gallery.css +++ b/module/album/view/gallery/gallery.css @@ -72,3 +72,11 @@ section > .row:not(.back) { width: inherit; } } +@media (max-width: 599px) { +.gallery { + flex: 0 0 50%; +} +.galleryGalleryName { + display: none; +} +} \ No newline at end of file