Mobile header tweaks

This commit is contained in:
Barry Clark 2014-06-01 17:31:39 -04:00
parent 2e8d4bb33f
commit f26465023e
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
//
// IMPORTS
//
@ -215,7 +215,7 @@ nav {
@include mobile {
float: none;
margin-top: 15px;
margin-top: 9px;
display: block;
font-size: 16px;
}
@ -226,15 +226,14 @@ nav {
text-align: right;
font-weight: 300;
letter-spacing: 1px;
@include mobile {
margin: 0 10px;
color: $blue;
}
}
}
//
// .main
//
@ -269,4 +268,4 @@ nav {
footer {
padding: 20px 0;
text-align: center;
}
}