Skip to content

Commit c5e9f2e

Browse files
committed
'remove list style on centered things'
1 parent bce5fc2 commit c5e9f2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

combo.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@
1717
font-family: monospace;
1818
box-shadow: 0 0 10px gray;
1919
}
20+
21+
.center ul {
22+
list-style: none;
23+
}

0 commit comments

Comments
 (0)