]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Title bar tweaks
authorharry <harmanmanchanda182@gmail.com>
Sun, 21 May 2017 09:38:05 +0000 (15:08 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 21 May 2017 09:38:05 +0000 (15:08 +0530)
scss/components/_title-bar.scss

index de754c7f35041a2e99fbcce6dac8748872de3be1..e0f370c5f3053581fa693ca7f4107ec4067c07ee 100644 (file)
@@ -42,7 +42,7 @@ $titlebar-icon-spacing: 0.25rem !default;
 
     @if $global-flexbox {
       display: flex;
-      justify-content: space-between;
+      justify-content: flex-start;
       align-items: center;
     }
     @else {