Add fixed media rules for gallery items

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

View file

@ -355,7 +355,7 @@ body{
@media (max-aspect-ratio: 1/1) {
.gallery-item {
height: 30vh;
height: 30rem;
}
}
@ -363,7 +363,7 @@ body{
@media (max-height: 480px) {
.gallery-item {
height: 80vh;
height: 80rem;
}
}