diff --git a/static/index.css b/static/index.css index 7b3aedd60b..a429be1a65 100644 --- a/static/index.css +++ b/static/index.css @@ -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;