diff options
| author | Barry Clark <barry@barryclark.co> | 2014-06-20 16:58:10 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-06-20 16:58:10 -0400 |
| commit | df79f8e734aba31f5c3ebd84cc39adf8c394ca4c (patch) | |
| tree | 7092eb924370e647182ce4414c79b0b9a197adaa | |
| parent | ea1c005213ac914110526e824b024006b01c9895 (diff) | |
| download | blog-universedg-df79f8e734aba31f5c3ebd84cc39adf8c394ca4c.tar.gz blog-universedg-df79f8e734aba31f5c3ebd84cc39adf8c394ca4c.tar.bz2 blog-universedg-df79f8e734aba31f5c3ebd84cc39adf8c394ca4c.zip | |
Tweak spacing on navigation
| -rwxr-xr-x | scss/style.scss | 2 | ||||
| -rw-r--r-- | style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/style.scss b/scss/style.scss index ac58e9f..c4b637c 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -218,7 +218,7 @@ nav { } a { - margin-left: 25px; + margin-left: 20px; color: $darkGray; text-align: right; font-weight: 300; @@ -196,7 +196,7 @@ nav { display: block; font-size: 16px; } } nav a { - margin-left: 25px; + margin-left: 20px; color: #333333; text-align: right; font-weight: 300; |
