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

@ -215,7 +215,7 @@ nav {
@include mobile {
float: none;
margin-top: 15px;
margin-top: 9px;
display: block;
font-size: 16px;
}
@ -229,12 +229,11 @@ nav {
@include mobile {
margin: 0 10px;
color: $blue;
}
}
}
//
// .main
//

View file

@ -466,7 +466,7 @@ nav {
@media screen and (max-width: 520px) {
nav {
float: none;
margin-top: 15px;
margin-top: 9px;
display: block;
font-size: 16px; } }
nav a {
@ -477,7 +477,8 @@ nav {
letter-spacing: 1px; }
@media screen and (max-width: 520px) {
nav a {
margin: 0 10px; } }
margin: 0 10px;
color: #4183c4; } }
.posts > .post {
padding-bottom: 2em;