From 463a8804b1fcd67cae67dc890a3ed84954e7c963 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:07:15 -0400 Subject: [PATCH] DOCS-493: Clear images for new headlines (#1852) --- assets/scss/_styles_project.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 4d99908cf7..63abfb7353 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -63,24 +63,29 @@ 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 { @@ -88,6 +93,7 @@ h7, .h7 { line-height: 1.0625rem; font-weight: 400; font-style: italic; + clear: both; } .td-content > h3 {