additional tweks for h tag margin overflow fix

This commit is contained in:
2021-01-24 00:56:15 +01:00
parent f4c6e4d4d7
commit c84b222a24
4 changed files with 7 additions and 5 deletions

View File

@ -10,7 +10,7 @@ body {
main {
z-index: 980;
position: relative;
top: 5em; }
top: 5.5em; }
h1 {
margin: 10px; }
@ -149,7 +149,8 @@ header {
z-index: 999;
width: 100%;
height: auto;
top: 0; }
top: 0;
padding: 10px; }
.nav-toggle {
display: none; }