Remove hardcoded height

This commit is contained in:
Jesse Shawl 2014-12-10 07:28:22 -05:00
parent fab0cfd9c0
commit 613580b260

View File

@ -120,7 +120,6 @@
.navbar-spacer { .navbar-spacer {
display: block; display: block;
width: 100%; width: 100%;
height: 6.5rem;
background: #fff; background: #fff;
z-index: 99; z-index: 99;
border-top: 1px solid #eee; border-top: 1px solid #eee;
@ -139,11 +138,12 @@
.navbar-link { .navbar-link {
text-transform: uppercase; text-transform: uppercase;
font-size: 11px; font-size: 11px;
display:block;
font-weight: 600; font-weight: 600;
letter-spacing: .2rem; letter-spacing: .2rem;
padding:2.25rem 0;
margin-right: 35px; margin-right: 35px;
text-decoration: none; text-decoration: none;
line-height: 6.3rem;
color: #222; } color: #222; }
.navbar-link.active { .navbar-link.active {
color: #33C3F0; } color: #33C3F0; }