Skip to content

Commit

Permalink
feat(server): Smaller "small" font size
Browse files Browse the repository at this point in the history
  • Loading branch information
remillc committed May 31, 2023
1 parent cfda93b commit f8b34a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ $success: #6fa738;
$gray-200: #ecedee;

$custom-colors: (
"accent": $accent,
"error": $error,
'accent': $accent,
'error': $error,
);

// $font-family-base: "Roboto", sans-serif;
Expand All @@ -52,7 +52,7 @@ $border-radius: 0.3333em;

$headings-font-weight: 400;

$small-font-size: 0.8333325em;
$small-font-size: 0.775em;

// Navs

Expand Down

0 comments on commit f8b34a5

Please sign in to comment.