Fix startpage margins issue
This commit is contained in:
parent
cabaee16cd
commit
1ede9159e6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
:root {
|
||||
--red: #e67e80;
|
||||
--red-bg: #4c3743;
|
||||
--red: #e67e80; --red-bg: #4c3743;
|
||||
--orange: #e69875;
|
||||
--orange-bg: #493b40;
|
||||
--yellow: #dbbc7f;
|
||||
|
@ -54,6 +53,8 @@ body {
|
|||
background: transparent;
|
||||
min-height: 100vh;
|
||||
margin: 1em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue