fix margins
the index page no longer has a pointless scrollbar. finally!!
This commit is contained in:
parent
8b32dfb6b9
commit
1cfb65eae9
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue