small version responsive
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-28 00:05:06 +01:00
parent 4fee638a93
commit 80a606243e
6 changed files with 36 additions and 18 deletions

View file

@ -28,7 +28,7 @@ main .page__header {
margin-top: calc(var(--spacing) * 3);
margin-bottom: calc(var(--spacing) * 2);
@media #{$x-small} {
@media #{$small} {
margin-top: calc(var(--spacing) * 2);
}