fix: add padding to main element

Elements with margins at the top of the page cause unintended background-color of body to be visible
This commit is contained in:
Sebin Nyshkim 2023-01-20 01:17:18 +01:00
parent 4e26431fd6
commit 674784f219

View file

@ -34,6 +34,7 @@ body {
main {
background: var(--color-background);
margin: var(--navigation-cutout-main);
padding: 0.0625rem 0 0 0;
transition: 0.4s;
z-index: 0;