Skip to content

Commit

Permalink
Merge pull request #767 from zirreal/robonomics-wiki-test
Browse files Browse the repository at this point in the history
small layout fix
  • Loading branch information
zirreal authored Nov 30, 2023
2 parents 41da5f0 + bf8f623 commit b02de97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/style/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,17 @@ em {
}

ul {
overflow: auto;
list-style-type: disc;
hyphens: auto;
margin-left: var(--space-text);
margin-bottom: var(--space-text);
}
ul li {
margin-bottom: .6rem;
}
ol {
overflow: auto;
list-style-type: decimal;
margin-left: var(--space-text);
margin-bottom: var(--space-text);
Expand Down

0 comments on commit b02de97

Please sign in to comment.