Ensure font size for <h5> blocks are smaller than <h4>
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 11 Jan 2019 21:16:11 +0000 (16:16 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 11 Jan 2019 21:16:11 +0000 (16:16 -0500)
<h5> was not explicitly set prior.

media/css/main.css

index c0cf16d38956cc488462e3a579ea9e52f4a8001a..fa506028fc6349020e9aa5e59961125e0f809388 100644 (file)
@@ -59,6 +59,10 @@ h3 {
     text-transform: capitalize !important;
 }
 
+.h5, h5 {
+    font-size: 0.98rem;
+}
+
 #pgContentWrap h2:after, #pgSideNav h2:after {
     background-color: #e7eae8;
     content: '\a0';