]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Moved display to first position. 9316/head
authorMatt Ferderer <matt@mattferderer.com>
Tue, 1 Nov 2016 18:35:06 +0000 (13:35 -0500)
committerMatt Ferderer <matt@mattferderer.com>
Tue, 1 Nov 2016 18:35:06 +0000 (13:35 -0500)
scss/components/_top-bar.scss

index 719190d2df0cb0d9a869aa28683fde5a91d60ede..ddfe00523498668d13316d8d7c3663d09fb18113 100644 (file)
@@ -154,9 +154,9 @@ $topbar-unstack-breakpoint: medium !default;
   }
   @else {
     .top-bar-title {
+      display:inline-block;
       float: left;
       margin: $topbar-title-spacing;
-      display:inline-block;
     }
 
     .top-bar-left {