Skip to content

Commit b33d0d6

Browse files
committed
Put numbers/bullets of lists inside text blocks
Fixes: #9
1 parent e61bd13 commit b33d0d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ section.point p.link a {
105105
a {
106106
color: #00578e;
107107
}
108+
li {
109+
list-style-position: inside;
110+
}
108111
footer {
109112
margin-top: 5rem;
110113
padding: 1rem;

0 commit comments

Comments
 (0)