summaryrefslogtreecommitdiff
path: root/src/components/Navigation.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Navigation.vue')
-rw-r--r--src/components/Navigation.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue
index 54a50b0..ad79c9b 100644
--- a/src/components/Navigation.vue
+++ b/src/components/Navigation.vue
@@ -43,6 +43,8 @@
font-size: 8vw;
text-decoration: none;
color: gray(50);
+ z-index: 300;
+ display: block;
&::before {
content: "☰";
@@ -134,7 +136,7 @@
@media (min-width: 460px) {
.nav {
& .hamburger {
- top: 1vw;
+ top: 3vw;
right: 2vw;
font-size: calc(1rem + 3vw);
}