style: fix padding
This commit is contained in:
parent
f7f4f1e00c
commit
7210d1c959
2 changed files with 8 additions and 4 deletions
|
@ -1,13 +1,17 @@
|
|||
.site-footer {
|
||||
grid-area: footer;
|
||||
display: block;
|
||||
inline-size: 100%;; /* Overflows right of viewport otherwise */
|
||||
position: fixed;
|
||||
inset-block-end: 0;
|
||||
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;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
". page-container ."
|
||||
"footer footer footer";
|
||||
border: 2px solid black;
|
||||
margin-inline: 2em;
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
&--homepage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue