summaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-07-25 16:16:23 -0400
committergumi <git@gumi.ca>2019-07-25 16:16:23 -0400
commit063596761ba9bb97f30dbc53e73d8c58d1ab5f6a (patch)
tree6ea9dfda80d3fcf3788c844f831dda5fb33d5552 /src/App.vue
parent1d2735f198e81e3f294480e026ec731533dfef5c (diff)
downloadwebsite-063596761ba9bb97f30dbc53e73d8c58d1ab5f6a.tar.gz
website-063596761ba9bb97f30dbc53e73d8c58d1ab5f6a.tar.bz2
website-063596761ba9bb97f30dbc53e73d8c58d1ab5f6a.tar.xz
website-063596761ba9bb97f30dbc53e73d8c58d1ab5f6a.zip
re-position the hamburger menu for the new logo
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index d9e6711..2aa9612 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -17,6 +17,8 @@
}
#app {
+ z-index: 100;
+
& > .nav {
grid-area: side;
}