Add gallery grid gap and limit single image height

This commit is contained in:
Bojan Mojsilovic 2023-12-25 15:55:19 +01:00
parent cf4ea07206
commit 3172de6604
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
display: block;
width: 100%;
height: 100%;
max-height: 600px;
object-fit: cover;
z-index: 22;
}

View File

@ -174,6 +174,7 @@ a {
grid-auto-rows: 125px;
border-radius: 8px;
overflow: hidden;
grid-gap: 1px;
// img {
// border-radius: 0 !important;