aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 17:31:39 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 17:31:39 -0400
commitf26465023eddfccfcecc0cd21f6e0600eb90cd64 (patch)
treea4f254de09acead778b9348924cd403d08523432
parent2e8d4bb33f611b013939307a1f7662e8cf53f708 (diff)
downloadkompetenzbolzen.github.io-f26465023eddfccfcecc0cd21f6e0600eb90cd64.tar.gz
Mobile header tweaks
-rwxr-xr-xscss/style.scss11
-rw-r--r--style.css5
2 files changed, 8 insertions, 8 deletions
diff --git a/scss/style.scss b/scss/style.scss
index d06044f..087c845 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -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;
-}
+} \ No newline at end of file
diff --git a/style.css b/style.css
index f4d14df..4a2099b 100644
--- a/style.css
+++ b/style.css
@@ -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;