Skip to content

Commit 4f3429f

Browse files
committed
fix: use flex for nav ul li
fixes whitespace issue with certain formatters such as prettier
1 parent cb1d672 commit 4f3429f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ header nav ul {
253253

254254
header nav ul li {
255255
margin: 0;
256+
display: flex;
256257
}
257258

258259
header nav ul li:not(:first-child)::before {
@@ -272,6 +273,7 @@ footer nav ul {
272273

273274
footer nav ul li {
274275
margin: 0;
276+
display: flex;
275277
}
276278

277279
footer nav ul li:not(:first-child)::before {

0 commit comments

Comments
 (0)