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; - } -}