Add more spacing to footer
This commit is contained in:
parent
e1b3ed8473
commit
0b3e910066
|
@ -138,14 +138,14 @@ footer {
|
|||
display: block;
|
||||
height: $footer-height;
|
||||
left: 0;
|
||||
margin-top: calc(1.5rem + 1.5em);
|
||||
margin-top: calc(1.5rem + 1.5em + 1rem);
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
& > nav {
|
||||
margin-bottom: $footer-spacing;
|
||||
margin-bottom: unquote("calc(#{$footer-spacing} + 1rem)");
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue