remove footer margin
This commit is contained in:
parent
58b86d4bec
commit
b5d8611119
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
<!-- svelte-ignore css-unused-selector -->
|
||||
<style lang="scss">
|
||||
footer {
|
||||
margin-top: 4rem;
|
||||
margin-top: 0;
|
||||
background-color: var(--nav-background, #fff);
|
||||
div {
|
||||
max-width: 1400px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue