reduce gap around images

This commit is contained in:
2023-05-20 16:55:55 +10:00
parent 7a6ed9f7f4
commit 55f363a64f

View File

@@ -75,7 +75,7 @@ onBeforeUnmount(() => {
.image-gallery {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
gap: 15px;
.image-gallery-image {
cursor: pointer;