Skip to content

Commit

Permalink
Fixed missing bullets and numbers in UL and OL lists
Browse files Browse the repository at this point in the history
  • Loading branch information
dnndiva committed Aug 27, 2024
1 parent b87d819 commit 1919418
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ ol ul {
margin:0;
}

ul {
list-style: disc;
}

ol {
list-style: decimal;
}

b,
strong,
em,
Expand Down

0 comments on commit 1919418

Please sign in to comment.