fix gallery item hight

This commit is contained in:
Aroy-Art 2025-01-08 21:07:30 +01:00
parent ebf4775723
commit f2a72eb050
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -327,7 +327,7 @@ body{
} }
.gallery-item { .gallery-item {
height: 20vh; height: 20rem;
position: relative; /* Positioning context for the overlay */ position: relative; /* Positioning context for the overlay */
overflow: hidden; /* Ensure that the content does not overflow the set height */ overflow: hidden; /* Ensure that the content does not overflow the set height */
display: flex; /* Use Flexbox for vertical centering */ display: flex; /* Use Flexbox for vertical centering */