Skip to content

Commit

Permalink
Change table font size to 0.9em (fix #35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Feb 16, 2018
1 parent 9be0cdb commit b94b542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/variables/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ $table-font-family: $font-1 !default;

/// Font size for `<table>` elements.
/// @type String
$table-font-size: 0.8em !default;
$table-font-size: 0.9em !default;

/// Hyphens for `<table>` elements.
/// @type String
Expand Down

0 comments on commit b94b542

Please sign in to comment.