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

Loading…
Cancel
Save