From 2da9d6346196d02585b5c109027f6b75fac0021a Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Sat, 16 Sep 2023 13:18:50 -0400 Subject: [PATCH] DOCS-493: Clear images for new headlines --- 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 984aee079c..528c7842b2 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 {