Fix startpage margins issue

inky
Elnu 1 year ago
parent cabaee16cd
commit 1ede9159e6

@ -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…
Cancel
Save