Skip to content

Commit

Permalink
wip(curriculum): fix weird spacing in nested lists
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Feb 2, 2024
1 parent 2ad0280 commit d8388dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/curriculum/module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@
ul {
margin: 1rem 0 2rem;
padding-left: 2rem;

ol,
ul {
margin: 0;
}
}

li {
Expand Down

0 comments on commit d8388dd

Please sign in to comment.