Better workaround for navbar + hopefully burger fix
This commit is contained in:
parent
b03eba2bd5
commit
4b3a8898f6
4 changed files with 11 additions and 90 deletions
src/components
|
@ -109,12 +109,12 @@ const hamburger_src_url = `url("${hamburger.src}")`;
|
|||
.hamburger-menu {
|
||||
mask: var(--hamburger_src_url) no-repeat center;
|
||||
background-color: white;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
position: static;
|
||||
align-self: flex-start;
|
||||
padding-right: 1rem;
|
||||
padding-top: 2rem;
|
||||
margin-right: 1rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
@media (min-width: 1140px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue