Skip to content

Commit

Permalink
Increase font size in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong committed Sep 21, 2023
1 parent 3f7ccea commit c9568e9
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 c9568e9

Please sign in to comment.