display block

This commit is contained in:
Tanner Nelson 2016-08-07 16:26:16 -04:00
parent f9f7cf219e
commit 40ae1e805b
No known key found for this signature in database
GPG Key ID: 9C24375C64856B76
3 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,8 @@ nav {
color: white;
font-size: 16px;
line-height: 32px;
height: 32px; }
height: 32px;
display: block; }
nav h3 {
text-transform: uppercase;
margin-top: 12px;
@ -202,7 +203,6 @@ nav {
border-bottom: none;
font-weight: 200;
font-size: 14px;
display: block;
color: #777;
font-size: 12px;
height: 24px; }

File diff suppressed because one or more lines are too long

View File

@ -194,6 +194,7 @@ nav
font-size: 16px
line-height: 32px
height: 32px
display: block
h3
text-transform: uppercase
@ -227,7 +228,6 @@ nav
border-bottom: none
font-weight: 200
font-size: 14px
display: block
color: #777
font-size: 12px
height: 24px