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:
parent
4e26431fd6
commit
674784f219
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ body {
|
||||||
main {
|
main {
|
||||||
background: var(--color-background);
|
background: var(--color-background);
|
||||||
margin: var(--navigation-cutout-main);
|
margin: var(--navigation-cutout-main);
|
||||||
|
padding: 0.0625rem 0 0 0;
|
||||||
transition: 0.4s;
|
transition: 0.4s;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue