heading font-size should not be tied to font-size for posts and comments

This commit is contained in:
marijus 2014-09-15 10:39:38 +02:00
parent 58aad83e5c
commit 5ab85b076b

View File

@ -2260,11 +2260,11 @@ h1, h2 {
}
h3, h4 {
font-size: $font_size;
font-size: 1rem;
}
h5, h6 {
font-size: $body_font_size;
font-size: 0.75rem;
}
.dropdown-menu {