fix(menu): fixed size of mobile menu
All checks were successful
Deploy workflow / deploy (push) Successful in 27s

This commit is contained in:
Matthieu Bessat 2024-03-15 17:18:29 +01:00
parent 819b31b294
commit 2860b6cbbf

View file

@ -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;