mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-07-10 13:17:55 +02:00
Fix navigation
This commit is contained in:
parent
4b0487e300
commit
fb16ded074
6 changed files with 84 additions and 58 deletions
|
@ -16,6 +16,7 @@
|
|||
transition: opacity 0.25s, left 0.25s;
|
||||
pointer-events: none;
|
||||
overscroll-behavior: contain;
|
||||
|
||||
|
||||
&.active {
|
||||
left: 0;
|
||||
|
@ -112,6 +113,7 @@
|
|||
.hamburger {
|
||||
display: none;
|
||||
height: 43px;
|
||||
margin-top: -3px;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue