Skip to content

Commit

Permalink
Revert headings font size change
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Dec 19, 2023
1 parent e29072e commit 1fdd9a0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions styles/_user-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,3 @@ $thumbnail-padding: 0;
$thumbnail-border-width: 3px;
$thumbnail-border-color: $custom-gray;
$thumbnail-box-shadow: none;

// put back bs5 font sizes
$font-size-base: 1rem;
$font-size-xs: $font-size-base * 0.6;
$font-size-sm: $font-size-base * 0.875;
$font-size-lg: $font-size-base * 1.25;

$h1-font-size: $font-size-base * 2.5;
$h2-font-size: $font-size-base * 2;
$h3-font-size: $font-size-base * 1.75;
$h4-font-size: $font-size-base * 1.5;
$h5-font-size: $font-size-base * 1.25;
$h6-font-size: $font-size-base;

0 comments on commit 1fdd9a0

Please sign in to comment.