fix(menu): fixed size of mobile menu
All checks were successful
Deploy workflow / deploy (push) Successful in 27s
All checks were successful
Deploy workflow / deploy (push) Successful in 27s
This commit is contained in:
parent
819b31b294
commit
2860b6cbbf
1 changed files with 1 additions and 3 deletions
|
@ -121,7 +121,7 @@ $burger-menu-size: 4rem;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 8rem;
|
top: 8rem;
|
||||||
left: 20%;
|
left: 4rem;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
// transition: all 0.8s;
|
// transition: all 0.8s;
|
||||||
|
|
||||||
|
@ -134,8 +134,6 @@ $burger-menu-size: 4rem;
|
||||||
.nav ul {
|
.nav ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: relative;
|
|
||||||
left: -1rem;
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
|
Loading…
Reference in a new issue