Skip to content

Commit df79f8e

Browse files
committed
Tweak spacing on navigation
1 parent ea1c005 commit df79f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ nav {
218218
}
219219

220220
a {
221-
margin-left: 25px;
221+
margin-left: 20px;
222222
color: $darkGray;
223223
text-align: right;
224224
font-weight: 300;

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ nav {
196196
display: block;
197197
font-size: 16px; } }
198198
nav a {
199-
margin-left: 25px;
199+
margin-left: 20px;
200200
color: #333333;
201201
text-align: right;
202202
font-weight: 300;

0 commit comments

Comments
 (0)