style: fix padding

This commit is contained in:
Ben Goldsworthy 2025-07-09 23:50:22 +02:00
parent f7f4f1e00c
commit 7210d1c959
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View file

@ -1,13 +1,17 @@
.site-footer {
grid-area: footer;
display: block;
inline-size: 100%;; /* Overflows right of viewport otherwise */
inline-size: 100%; /* Overflows right of viewport otherwise */
@include mq("medium") {
position: fixed;
inset-block-end: 0;
}
& p {
text-align: center;
background: $light;
margin-block-start: 0;
padding: 0.4em;
margin-block-end: unset;
border-block-end: none;

View file

@ -24,7 +24,7 @@
". page-container ."
"footer footer footer";
border: 2px solid black;
margin-inline: 2em;
margin: 2em;
}
&--homepage {