diff options
author | gumi <git@gumi.ca> | 2019-07-25 16:16:23 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-25 16:16:23 -0400 |
commit | 063596761ba9bb97f30dbc53e73d8c58d1ab5f6a (patch) | |
tree | 6ea9dfda80d3fcf3788c844f831dda5fb33d5552 /src/App.vue | |
parent | 1d2735f198e81e3f294480e026ec731533dfef5c (diff) | |
download | website-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.vue | 2 |
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; } |