Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 64da44a

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)