Skip to content

Commit

Permalink
use margin 0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 9, 2024
1 parent 78ffe16 commit 2ff955d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/curriculum/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
ol,
ul {
li > p {
display: contents;
margin: 0;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
margin: 0.5rem 0;

> p {
display: contents;
margin: 0;
}
}
}
Expand Down

0 comments on commit 2ff955d

Please sign in to comment.