fixed solgan position

This commit is contained in:
Bachir Soussi Chiadmi 2018-11-05 17:54:37 +01:00
parent 25b41d2a43
commit 1b53514906
2 changed files with 2 additions and 2 deletions

View File

@ -2932,7 +2932,7 @@ body.node-type-publication #footer {
#header .logo span.slogan { #header .logo span.slogan {
font-size: 14px; font-size: 14px;
margin-top: -3px; margin-top: -3px;
margin-left: -0.5em; margin-left: 0.2em;
white-space: nowrap; white-space: nowrap;
font-weight: 900; } font-weight: 900; }
@media only screen and (max-width: 40em) { @media only screen and (max-width: 40em) {

View File

@ -221,7 +221,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
span.slogan{ span.slogan{
@include fs14; @include fs14;
margin-top:-3px; margin-top:-3px;
margin-left:-0.5em; margin-left:0.2em;
white-space: nowrap; white-space: nowrap;
@include fs900; @include fs900;
@media #{$small-only} {display:none;} @media #{$small-only} {display:none;}