Skip to content

Commit

Permalink
Merge pull request #375 from dnndiva/basic-lists
Browse files Browse the repository at this point in the history
Fixed missing bullets and numbers in UL and OL lists
  • Loading branch information
david-poindexter authored Aug 27, 2024
2 parents b87d819 + 1919418 commit d5ef96b
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 d5ef96b

Please sign in to comment.