From 3e375f96731c884841f49793dbf72d0707ff7951 Mon Sep 17 00:00:00 2001 From: LC Date: Mon, 30 Oct 2023 12:57:35 +0100 Subject: [PATCH] vertical-align: middle; --- module/album/view/gallery/gallery.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/album/view/gallery/gallery.css b/module/album/view/gallery/gallery.css index b710361..55822aa 100644 --- a/module/album/view/gallery/gallery.css +++ b/module/album/view/gallery/gallery.css @@ -4,6 +4,7 @@ section > * { } section > .row:not(.back) > .col2 { padding: 5px; + vertical-align: middle; } .gallery { position: relative;