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

View file

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