always set 15px margin bottom

This commit is contained in:
2024-02-01 23:57:42 +01:00
parent 8c1546ef7f
commit a761e382d5

View File

@@ -6,7 +6,7 @@ $gap: var(--gap);
justify-content: center;
align-items: center;
position: relative;
margin-bottom: $gap;
margin-bottom: 15px;
/* Create equal columns in flexbox */
.snap-image {