From: karland Date: Tue, 1 Apr 2014 15:48:13 +0000 (+0200) Subject: Fix: topbar title h1 disappers behind menu item. X-Git-Tag: v5.2.2~35^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4866%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix: topbar title h1 disappers behind menu item. This is only a small issue and I am not sure whether it really matters in a really live context. When pulling the browser window smaller, the title disappears behind the Menu item. This can be remedied by giving the title a little more space. There is still sufficient space for the Menu item. --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 903e82fdc..6b28c18ce 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -189,7 +189,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the a { font-weight: $topbar-title-weight; color: $topbar-link-color; - width: 50%; + width: 75%; display: block; padding: 0 $topbar-link-padding; }