overlay changes

This commit is contained in:
j 2023-07-27 09:12:53 +02:00
commit 0da6a11606
2 changed files with 33 additions and 7 deletions

View file

@ -9,6 +9,21 @@ header {
color: yellow;
text-decoration: none;
}
display: flex;
div {
margin-top: auto;
margin-bottom: auto;
line-height: 1;
}
.burger {
cursor: pointer;
padding-left: 4px;
padding-right: 4px;
svg {
width: 16px;
height: 16px;
}
}
}
.index {
@ -51,11 +66,6 @@ header {
}
}
.burger {
cursor: pointer;
padding-left: 4px;
}
nav.overlay {
position: absolute;
width: 100%;