From f2a72eb050de06c46282b9fe9b2f0da2f2f49381 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 8 Jan 2025 21:07:30 +0100 Subject: [PATCH] fix gallery item hight --- archivist/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivist/static/css/main.css b/archivist/static/css/main.css index 31f4bea..074b546 100644 --- a/archivist/static/css/main.css +++ b/archivist/static/css/main.css @@ -327,7 +327,7 @@ body{ } .gallery-item { - height: 20vh; + height: 20rem; position: relative; /* Positioning context for the overlay */ overflow: hidden; /* Ensure that the content does not overflow the set height */ display: flex; /* Use Flexbox for vertical centering */