Skip to content

Commit

Permalink
fix: always keep a consistent font size
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Nov 13, 2023
1 parent 162de4a commit d70c8b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ a {

h1, h2, h3, h4, h5, h6 {
font-family: 'Lato Medium';
font-size: 17px;
}

body { line-height: 1.5; }
Expand Down Expand Up @@ -708,11 +709,13 @@ pre code { padding: 0 0; }
.inductive_ctor_doc {
text-indent: 2ex;
font-family: 'Lato Medium';
font-size: 17px;
}

.structure_field_doc {
text-indent: 0;
font-family: 'Lato Medium';
font-size: 17px;
}

.structure_ext_fields {
Expand Down

0 comments on commit d70c8b7

Please sign in to comment.