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;
}
}

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;