various tweaks to navigation menu

This commit is contained in:
2023-07-14 09:06:25 +02:00
parent d86a492b0a
commit 4d48b4f6ce
10 changed files with 63 additions and 22 deletions

View File

@@ -7,6 +7,7 @@
position: fixed;
transition: all 2s ease-in-out;
cursor: pointer;
border-bottom-left-radius: 100%;
}
.nav-toggle-container {
@@ -26,6 +27,7 @@
height: 20vh;
width: 20vh;
transition: all 0.5s ease-in-out;
border-bottom-left-radius: 100%;
}
.nav-toggle-positioner {