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:
parent
4ba1695ae3
commit
7d7712e1ba
@ -727,14 +727,14 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1 {
|
||||||
h2 {
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 18px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 16px;
|
font-weight: 700;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3,
|
h3,
|
||||||
|
Loading…
Reference in New Issue
Block a user