Fix spacing in gallery

This commit is contained in:
Jake Runyan 2024-12-30 14:06:35 -10:00
parent 7b8da1d734
commit ee7f06597d

View File

@ -6,11 +6,11 @@
} }
.gallery-photo { .gallery-photo {
margin: 0.2vw; margin: 0.66%;
border-radius: 5px; border-radius: 5px;
display: block; display: block;
height: auto; height: auto;
max-width: 32vw; /* Do not mix with max-height! */ width: calc(32%);
object-fit: cover; object-fit: cover;
} }