Skip to content

Commit

Permalink
DOCS-493: Clear images for new headlines (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 20, 2023
1 parent 6ed1326 commit 463a880
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,31 +63,37 @@ h1, .h1 {
h2, .h2 {
font-size: 1.5rem !important;
line-height: 2.625rem;
clear: both;
}

h3, .h3 {
font-size: 1.1667rem !important;
clear: both;
}

h4, .h4 {
font-size: 1.0625rem !important;
line-height: 1.4375em;
clear: both;
}

h5, .h5 {
font-size: 0.833 !important;
clear: both;
}

h6, .h6 {
font-size: 0.833rem !important;
line-height: 1.0625rem;
clear: both;
}

h7, .h7 {
font-size: 0.833rem !important;
line-height: 1.0625rem;
font-weight: 400;
font-style: italic;
clear: both;
}

.td-content > h3 {
Expand Down

0 comments on commit 463a880

Please sign in to comment.