aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
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