Skip to content

Commit

Permalink
fix: tiny bug with font type in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanthoma committed Oct 28, 2024
1 parent 4062c92 commit 84ae79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/webserver/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
& ol {
@apply list-inside;
@apply list-disc;
@apply font-sans;

&>li {
@apply ml-m;
Expand Down

0 comments on commit 84ae79c

Please sign in to comment.