page folder
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-01-27 18:33:27 +01:00
parent e6f62a62df
commit 4610cc4fe7
11 changed files with 379 additions and 86 deletions

View file

@ -11,7 +11,7 @@
display: grid;
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
grid-auto-rows: minmax(100px, auto);
grid-gap: calc(var(--padding-body) * 1.5);
grid-gap: var(--padding-body);
margin-bottom: 10vh;
}
@media #{$x-small} {