Remove unnecessary mobile header css
This commit is contained in:
parent
1a8c4843c0
commit
0de9b24b8f
|
@ -55,27 +55,3 @@ body.page-sub{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 414px) {
|
|
||||||
#header {
|
|
||||||
.navbar-brand {
|
|
||||||
.logo{
|
|
||||||
padding-left: 37px;
|
|
||||||
font-size: 18px;
|
|
||||||
@include img-retina("../images/logo-header.png", "../images/logo-header@2x.png", $project-logo-width * .75, $project-logo-height * .75);
|
|
||||||
//background-position: 0 45%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 320px) {
|
|
||||||
#header {
|
|
||||||
.navbar-brand {
|
|
||||||
.logo{
|
|
||||||
font-size: 0 !important; //hide terraform text
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -310,32 +310,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 414px) {
|
|
||||||
#header {
|
|
||||||
.navbar-toggle{
|
|
||||||
padding-top: 10px;
|
|
||||||
height: $header-mobile-height;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-brand {
|
|
||||||
height: $header-mobile-height;
|
|
||||||
|
|
||||||
.logo{
|
|
||||||
height: $header-mobile-height;
|
|
||||||
line-height: $header-mobile-height;
|
|
||||||
}
|
|
||||||
.by-hashicorp{
|
|
||||||
height: $header-mobile-height;
|
|
||||||
line-height: $header-mobile-height;
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.main-links,
|
|
||||||
.external-links {
|
|
||||||
li > a {
|
|
||||||
line-height: $header-mobile-height;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue