style: fix padding and spacing issues

This commit is contained in:
Ben Goldsworthy 2025-07-09 21:20:23 +02:00
parent af68a0e22d
commit 6003a57d0c
No known key found for this signature in database
4 changed files with 15 additions and 4 deletions

View file

@ -11,7 +11,10 @@
& > article {
grid-area: page-container;
margin-block-start: 2em;
@include mq("large") {
margin-block-start: 2em;
}
}
@include mq("large") {