Browse Source

index page

master
xsiva 2 years ago
parent
commit
e01454bfe4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/assets/css/nav.css

+ 3
- 3
templates/assets/css/nav.css View File

@ -33,7 +33,7 @@
.navigation input:checked ~ .menu {
right: 0;
z-index: 150;
z-index: 397;
}
.menu {
@ -116,12 +116,12 @@
opacity: 0;
top: unset;
left: unset;
z-index: 200;
z-index: 400;
}
.navigation input:checked ~ .hamburger {
background: transparent;
z-index: 199;
z-index: 398;
}
.navigation input:checked ~ .hamburger::before {

Loading…
Cancel
Save