From: harry Date: Sun, 21 May 2017 09:38:05 +0000 (+0530) Subject: Title bar tweaks X-Git-Tag: v6.4.0-rc1~22^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a879228be705dd40f58fb8f64d97f7d20b53dcdd;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Title bar tweaks --- diff --git a/scss/components/_title-bar.scss b/scss/components/_title-bar.scss index de754c7f3..e0f370c5f 100644 --- a/scss/components/_title-bar.scss +++ b/scss/components/_title-bar.scss @@ -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 {