Skip to content

Commit 1a85569

Browse files
authored
No need for margin-bottom on inline element
1 parent a36eaf1 commit 1a85569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text-wrap-balance-nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
li {
2626
display: inline;
2727
margin-right: 10px;
28-
margin-bottom: 15px; line-height: 40px;
28+
line-height: 40px;
2929
}
3030
a {
3131
text-decoration: none;

0 commit comments

Comments
 (0)