Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 4e7ea54

Browse files
committed
Remove padding from first li in nav ul
Fixes #22.
1 parent 65da77f commit 4e7ea54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

writ.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ nav ul li {
134134
display: inline;
135135
padding-left: 1ch;
136136
}
137+
nav ul li:first-child { padding-left: 0; }
137138

138139
/* Tables */
139140

writ.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)