aboutsummaryrefslogtreecommitdiff
path: root/scss
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 /scss
parent2e8d4bb33f611b013939307a1f7662e8cf53f708 (diff)
downloadkompetenzbolzen.github.io-f26465023eddfccfcecc0cd21f6e0600eb90cd64.tar.gz
Mobile header tweaks
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss11
1 files changed, 5 insertions, 6 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