From ae5262286c2a47c39541fc682489023e5562d4db Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Sun, 15 Apr 2018 00:56:35 +0200 Subject: [PATCH] fix events --- content/assets/stylesheets/includes/navbar.scss | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/content/assets/stylesheets/includes/navbar.scss b/content/assets/stylesheets/includes/navbar.scss index cf1c461..6159252 100644 --- a/content/assets/stylesheets/includes/navbar.scss +++ b/content/assets/stylesheets/includes/navbar.scss @@ -17,7 +17,7 @@ } } - #logo-link { + .navbar:not(.is-transparent) #logo-link { @include desktop { width: 124px; border-bottom: 2px solid $body-background; @@ -54,13 +54,3 @@ } } } - -.hero { - #logo { - padding-top: 25px; - } - - .nav-right { - padding-right: 10px; - } -}