Skip to content

Commit 47aded7

Browse files
committed
Add CSS for hiding bullet points in constitution
Oops was meant to be in previous commit
1 parent cfb3eb8 commit 47aded7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

constitution.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ul {
2+
list-style: none;
3+
}
4+

0 commit comments

Comments
 (0)