Fixing header CSS for rich text statuses

Making the headers larger in font size, and differentiating the h1 and
h2 headers.
This commit is contained in:
Darius Kazemi 2019-09-13 20:27:32 -07:00
parent 4ba1695ae3
commit 7d7712e1ba

View File

@ -727,14 +727,14 @@
margin-bottom: 20px;
}
h1,
h2 {
h1 {
font-weight: 700;
font-size: 18px;
font-size: 22px;
}
h2 {
font-size: 16px;
font-weight: 700;
font-size: 20px;
}
h3,