Skip to content

Commit

Permalink
Improve <ol> style (#352)
Browse files Browse the repository at this point in the history
- Keep numbers inside of containing div
- Don't wrap
  • Loading branch information
casey authored Aug 19, 2022
1 parent a1c33ba commit 5c7b1b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ nav {
justify-content: left;
}

ol {
list-style-position: inside;
padding-inline-start: 0;
white-space: nowrap;
}

span.common, span.uncommon, span.rare, span.epic, span.legendary, span.mythic {
border-radius: 0.25rem;
padding: 0.125rem 0.25rem 0.125rem 0.25rem;
Expand Down

0 comments on commit 5c7b1b1

Please sign in to comment.