aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;