fix gallery item hight
This commit is contained in:
parent
ebf4775723
commit
f2a72eb050
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue