Skip to content

Commit

Permalink
Makes some code in the page to render using monospace font
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamug committed Oct 30, 2024
1 parent 16d0c77 commit 4781d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Robin Heggelund Hansen (robinheghan)
Revath S Kumar (revathskumar)
Luca Mugnaini (lucamug)
3 changes: 2 additions & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ main > .content > #module-docs > .block {

main > .content > #module-docs > .block .definition {
display: inline-block;
font-size: 2rem;
font-size: 1.5rem;
font-family: monospace;
}

main > .content > #module-docs > .union .definition .indented:last-child {
Expand Down

0 comments on commit 4781d4d

Please sign in to comment.