Skip to content

Commit

Permalink
Merge pull request #443 from StampyAI/stampy-redesign-364-a
Browse files Browse the repository at this point in the history
lists padding
  • Loading branch information
buddy-web3 authored Feb 23, 2024
2 parents f7274d0 + a321091 commit 4791ee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/newRoot.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ hr {
ul {
margin: 0;
padding: 0;
padding-left: var(--spacing-32);
}
ol {
padding-left: var(--spacing-32);
}

/* other one-off classes */
Expand Down

0 comments on commit 4791ee0

Please sign in to comment.