Skip to content

Commit

Permalink
feat(ux): add footnotes styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 10, 2022
1 parent 5321914 commit 5033478
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,11 @@
@apply m-0;
}
}

section.footnotes[data-footnotes='true'] {
ol li p {
@apply inline;
}
}
}
}

0 comments on commit 5033478

Please sign in to comment.