Skip to content

Commit

Permalink
fix: fixed margin errors in website
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Feb 2, 2022
1 parent 6f979eb commit 59525b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/static/styles/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
padding-left: 2.5rem;
}
}
.markdown details :not(summary) {
.markdown details > :not(summary) {
/* Makes dropdown text indented (don't worry, this actually looks quite good on mobile) */
margin-left: 1.5rem;
}

0 comments on commit 59525b4

Please sign in to comment.