update navbar height

pull/2/head
Michael Q Larson 2014-10-22 07:59:39 -07:00
parent ef874e2754
commit e0c63eef31
2 changed files with 2 additions and 6 deletions

View File

@ -121,7 +121,7 @@ ul {
}
.navbar-brand {
font-size: 30px;
font-size: 26px;
}
.landing-icon {
@ -130,10 +130,6 @@ ul {
margin-bottom: -20px;
}
.nav-fixed-height {
height: 50px;
}
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

View File

@ -1,4 +1,4 @@
.navbar.navbar-default.navbar-fixed-top.nav-fixed-height
.navbar.navbar-default.navbar-fixed-top
.container
.navbar-header
button.navbar-toggle(type='button', data-toggle='collapse', data-target='.navbar-collapse')