fix margins

the index page no longer has a pointless scrollbar. finally!!
This commit is contained in:
Rhiannon Morris 2020-09-22 21:32:49 +02:00
parent 8b32dfb6b9
commit 1cfb65eae9
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
font-weight: 600;
background: var(--gradient) fixed;
margin: 1em;
margin: 0;
}
header {
@ -45,7 +45,7 @@ body {
position: relative;
padding: 2em 4em;
margin: 2em auto 3.5em;
margin: 3em auto 3.5em;
border-radius: 1.5em;
color: var(--text-col);