fixed header responsive

This commit is contained in:
2018-11-05 17:45:17 +01:00
parent eb20184257
commit 25b41d2a43
2 changed files with 6 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
.logo{
//width:210px; //padding-left:5px; //margin-left:50px;
@include inlineblock();
max-width: 150px;
h1{
margin:0;
@include fs36;
@@ -221,8 +222,10 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
@include fs14;
margin-top:-3px;
margin-left:-0.5em;
white-space: nowrap;
@include fs900;
@media #{$small-only} {display:none;}
// @media #{$medium-only} { display:none; }
@media #{$medium-only} { display:block; margin-left:0.1em; }
@media #{$large-only} { display:block; margin-left:0.1em; }
.ie8 &{position: absolute; margin-top:22px;}