Skip to content

Commit 64da44a

Browse files
hollymlemintergrav
authored andcommitted
fix: weird spacing with minified html
1 parent a912c26 commit 64da44a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ header nav ul li {
255255
}
256256

257257
header nav ul li:not(:first-child)::before {
258-
content: "• ";
258+
content: "•";
259+
margin: 0 0.25em;
259260
}
260261

261262
footer > *:last-child {

0 commit comments

Comments
 (0)