Skip to content

Commit c4535d4

Browse files
committed
Readd spacing between elements
1 parent 805c4a1 commit c4535d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ li {
2929
}
3030

3131
li + li {
32-
/*margin-top: 5px;*/
32+
margin-top: 5px;
3333
}
3434

3535
.ghost {

0 commit comments

Comments
 (0)