aboutsummaryrefslogtreecommitdiff
path: root/style.css
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 /style.css
parent2e8d4bb33f611b013939307a1f7662e8cf53f708 (diff)
downloadkompetenzbolzen.github.io-f26465023eddfccfcecc0cd21f6e0600eb90cd64.tar.gz
Mobile header tweaks
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 3 insertions, 2 deletions
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;