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 {
|
.site-footer {
|
||||||
grid-area: footer;
|
grid-area: footer;
|
||||||
display: block;
|
display: block;
|
||||||
inline-size: 100%;; /* Overflows right of viewport otherwise */
|
inline-size: 100%; /* Overflows right of viewport otherwise */
|
||||||
|
|
||||||
|
@include mq("medium") {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset-block-end: 0;
|
inset-block-end: 0;
|
||||||
|
}
|
||||||
|
|
||||||
& p {
|
& p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: $light;
|
background: $light;
|
||||||
|
margin-block-start: 0;
|
||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
margin-block-end: unset;
|
margin-block-end: unset;
|
||||||
border-block-end: none;
|
border-block-end: none;
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
". page-container ."
|
". page-container ."
|
||||||
"footer footer footer";
|
"footer footer footer";
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
margin-inline: 2em;
|
margin: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--homepage {
|
&--homepage {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue