Skip to content

Commit

Permalink
Reduce root font size as desktop screen widths
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Jan 18, 2018
1 parent b18ad38 commit 0c2e6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stylesheets/settings/_settings-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $nice-root-font-size-min: 15;

/// The maximum root font size, used from breakpoint `$nice-root-font-size-max-breakpoint`
/// @since 0.2.13
$nice-root-font-size-max: 19;
$nice-root-font-size-max: 18;

/// The breakpoint at which the root font size starts changing from minimum
/// towards maximum.
Expand Down

0 comments on commit 0c2e6fc

Please sign in to comment.