Skip to content

Commit

Permalink
Merge pull request #55 from scalar-labs/change-font-size-in-tables
Browse files Browse the repository at this point in the history
Increase font size in tables
  • Loading branch information
josh-wong authored Sep 21, 2023
2 parents 3f7ccea + c9568e9 commit f1f8b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ table {
margin-bottom: 1em;
width: 100%;
font-family: $global-font-family;
font-size: $type-size-6;
font-size: $type-size-5; /* Originally `font-size: $type-size-6;` (modified by josh-wong) */
border-collapse: collapse;
overflow-x: auto;

Expand Down

0 comments on commit f1f8b58

Please sign in to comment.