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 */