Skip to content

Commit

Permalink
fix(css): fix ul style (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 authored Dec 15, 2024
1 parent 1d02b4e commit 839f1f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ article.on-list {
.pagination__title {
margin: 20px 0 20px;
}

ul {
margin-top: 30px;
}

0 comments on commit 839f1f8

Please sign in to comment.