Skip to content

Commit e5ec354

Browse files
fix: Correct CSS to make #main-content > ul occupy 100% width
1 parent 8c73fd1 commit e5ec354

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

static/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ a img {
207207
margin: 0.75em 0 0.5em 0;
208208
}
209209

210+
#main-content > ul {
211+
width: 100%;
212+
}
213+
210214
#main-content > ul > li {
211215
margin-bottom: 0.75em;
212216
}

0 commit comments

Comments
 (0)