From 2f0adeda480007569ef9d50cf44fd5f6d476a78e Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 10 Aug 2019 18:56:45 +0200 Subject: [PATCH] hover nav on mobile --- src/components/NavBar.vue | 13 ++++++++++++- src/style/_variables.scss | 2 ++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 9396259..9a98e7e 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -63,8 +63,19 @@ export default { } } - diff --git a/src/style/_variables.scss b/src/style/_variables.scss index 9c6c4ce..6202670 100644 --- a/src/style/_variables.scss +++ b/src/style/_variables.scss @@ -2,4 +2,6 @@ $primary: #2ecc71; $tabs-link-active-color: #3498db; $tabs-link-active-border-bottom-color: #3498db; $family-sans-serif: 'Fira Sans', sans-serif; +$gap: 32px !default; +$navbar-breakpoint: 960px + (2 * $gap); @import "~bulma/sass/utilities/_all.sass"; \ No newline at end of file