Skip to content

Commit

Permalink
ul nesting support
Browse files Browse the repository at this point in the history
  • Loading branch information
doomy committed Sep 13, 2024
1 parent 4f3c3c3 commit af89997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sass/feather.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ ol {
@media (max-width: $break-small) {
list-style-position: inside;
}
li>ul, li>ol {
margin-left: 1em !important;
}
}

// text styles
Expand Down

0 comments on commit af89997

Please sign in to comment.