responsive cleanup

This commit is contained in:
captainill 2015-11-14 16:55:35 -08:00
parent a9cc651127
commit b61dae9142
2 changed files with 19 additions and 11 deletions

View File

@ -128,7 +128,11 @@
height: auto;
.navbar-toggle{
padding-top: 0;
padding-top: 2px;
}
.by-hashicorp{
margin-top: 2px;
}
.navbar-brand {
@ -142,12 +146,16 @@
}
// @media (max-width: 320px) {
// #header {
// .navbar-brand {
// .logo{
// font-size: 0 !important; //hide terraform text
// }
// }
// }
// }
@media (max-width: 320px) {
#header {
.by-hashicorp{
margin-left: -2px;
}
.navbar-brand {
.logo{
width: 40px;
}
}
}
}

View File

@ -56,7 +56,7 @@
width: 22px;
height: 2px;
margin-top: 4px;
background-color: @black;
background-color: @project-link-color;
}
}