From 9d78bbc38c2066304205d88166132fd03decd86f Mon Sep 17 00:00:00 2001 From: Grace Park Date: Tue, 10 Aug 2021 16:55:21 -0700 Subject: [PATCH] Fixing h4 and h5 header font sizes (#20782) * Fixing h4 and h5 font sizes * remove line space --- stylesheets/headings.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stylesheets/headings.scss b/stylesheets/headings.scss index da7ed7f056..4620b5e29b 100644 --- a/stylesheets/headings.scss +++ b/stylesheets/headings.scss @@ -30,6 +30,12 @@ h3 { h3 { font-size: 1em; } + h4 { + font-size: 0.875em; + } + h5 { + font-size: 0.85em; + } } // needs specificity to override