mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
fix: About links covering menu
This commit is contained in:
parent
8d20c5bdff
commit
58c172d5a2
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,7 @@ nav {
|
|||
display: block;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
nav .hamburger {
|
||||
|
@ -320,7 +321,6 @@ h2 {
|
|||
right: 0;
|
||||
border: none;
|
||||
transition: background-color 0.3s, width 0.3s, height 0.3s;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
nav .hamburger {
|
||||
|
|
Loading…
Reference in a new issue