From: Matt Ferderer Date: Tue, 1 Nov 2016 17:42:14 +0000 (-0500) Subject: Adjusted margin on top-bar.scss to match docs X-Git-Tag: v6.3-rc1~24^2~4^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247c1c0fa9d4837c446ef61a03e7ff6421cde912;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Adjusted margin on top-bar.scss to match docs --- diff --git a/scss/components/_top-bar.scss b/scss/components/_top-bar.scss index 0f0815370..719190d2d 100644 --- a/scss/components/_top-bar.scss +++ b/scss/components/_top-bar.scss @@ -20,7 +20,7 @@ $topbar-submenu-background: $topbar-background !default; /// Spacing for the top bar title. /// @type Number -$topbar-title-spacing: 1rem !default; +$topbar-title-spacing: 0.45rem 1rem 0 1rem !default; /// Maximum width of `` elements inside the top bar. /// @type Number @@ -144,7 +144,7 @@ $topbar-unstack-breakpoint: medium !default; @if $global-flexbox { .top-bar-title { flex: 0 0 auto; - margin-right: $topbar-title-spacing; + margin: $topbar-title-spacing; } .top-bar-left, @@ -155,8 +155,8 @@ $topbar-unstack-breakpoint: medium !default; @else { .top-bar-title { float: left; - margin-right: $topbar-title-spacing; - + margin: $topbar-title-spacing; + display:inline-block; } .top-bar-left {