diff --git a/sites/all/themes/gui/materiobasetheme/css/styles.css b/sites/all/themes/gui/materiobasetheme/css/styles.css index b61fbfc2..62a484cb 100644 --- a/sites/all/themes/gui/materiobasetheme/css/styles.css +++ b/sites/all/themes/gui/materiobasetheme/css/styles.css @@ -2932,7 +2932,7 @@ body.node-type-publication #footer { #header .logo span.slogan { font-size: 14px; margin-top: -3px; - margin-left: -0.5em; + margin-left: 0.2em; white-space: nowrap; font-weight: 900; } @media only screen and (max-width: 40em) { diff --git a/sites/all/themes/gui/materiobasetheme/scss/styles.scss b/sites/all/themes/gui/materiobasetheme/scss/styles.scss index 58e0a9ff..b6c9a507 100644 --- a/sites/all/themes/gui/materiobasetheme/scss/styles.scss +++ b/sites/all/themes/gui/materiobasetheme/scss/styles.scss @@ -221,7 +221,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom; span.slogan{ @include fs14; margin-top:-3px; - margin-left:-0.5em; + margin-left:0.2em; white-space: nowrap; @include fs900; @media #{$small-only} {display:none;}