Skip to content

Commit

Permalink
Apply typography suggestions (#1339)
Browse files Browse the repository at this point in the history
* apply decisions UX session

* change h2 to 600
  • Loading branch information
bedroesb authored Aug 16, 2023
1 parent 837320d commit 3322d38
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sass/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $input-group-addon-bg: $light-x;
$input-bg: $light;
$input-border-width: 0;
$h1-font-size: 1rem * 3.5 !default;
$h2-font-size: 1rem * 2.2 !default;
$h3-font-size: 1rem * 1.5 !default;
$h4-font-size: 1rem * 1.1 !default;
$h5-font-size: 1rem !default;
Expand Down
15 changes: 15 additions & 0 deletions _sass/_custom_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
background-color: $light-x;
}


#main {
h2,
.h2-like {
font-weight: 600;
margin-top: $spacer * 2.5;
margin-bottom: $spacer * 0.5;
}

h3 {
font-weight: 600;
}

}

/*-----Sidebar-----*/

//RDM wheel in sidebar
Expand Down

0 comments on commit 3322d38

Please sign in to comment.