heading font-size should not be tied to font-size for posts and comments
This commit is contained in:
parent
58aad83e5c
commit
5ab85b076b
@ -2260,11 +2260,11 @@ h1, h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3, h4 {
|
h3, h4 {
|
||||||
font-size: $font_size;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5, h6 {
|
h5, h6 {
|
||||||
font-size: $body_font_size;
|
font-size: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
|
Reference in New Issue
Block a user