]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix: topbar title h1 disappers behind menu item. 4866/head
authorkarland <ulrich.anders@online.de>
Tue, 1 Apr 2014 15:48:13 +0000 (17:48 +0200)
committerkarland <ulrich.anders@online.de>
Tue, 1 Apr 2014 15:48:13 +0000 (17:48 +0200)
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.

scss/foundation/components/_top-bar.scss

index 903e82fdc705d53ad1c86b10943e8fbc8e864ef7..6b28c18ce74820a733a1602239a2825a1596d6d2 100644 (file)
@@ -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;
           }