From 0de9b24b8fcb5d390f5ad3f7fb91da270b0a53ec Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 6 Mar 2017 12:25:31 -0800 Subject: [PATCH] Remove unnecessary mobile header css --- .../source/assets/stylesheets/_header.scss | 24 --------------- .../hashicorp-shared/_hashicorp-header.scss | 29 ------------------- 2 files changed, 53 deletions(-) diff --git a/website/source/assets/stylesheets/_header.scss b/website/source/assets/stylesheets/_header.scss index 8aa46d5a0..310664235 100755 --- a/website/source/assets/stylesheets/_header.scss +++ b/website/source/assets/stylesheets/_header.scss @@ -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 - } - } - } -} diff --git a/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss b/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss index 699a2d073..f549cfed2 100755 --- a/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss +++ b/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss @@ -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; - } - } - } -}