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:
@ -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,
|
||||
|
Reference in New Issue
Block a user