overlay changes
This commit is contained in:
parent
59137245a0
commit
0da6a11606
2 changed files with 33 additions and 7 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue