Remove unnecessary mobile header css

This commit is contained in:
Jason Costello 2017-03-06 12:25:31 -08:00 committed by Seth Vargo
parent 1a8c4843c0
commit 0de9b24b8f
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
2 changed files with 0 additions and 53 deletions

View File

@ -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
}
}
}
}

View File

@ -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;
}
}
}
}