H1-H6 simplified (less font sizes), rem

This commit is contained in:
Jeroen 2014-09-12 18:41:35 +00:00
parent e1cb4b2833
commit 59c537b06d

View File

@ -2268,6 +2268,18 @@ blockquote {
font-size: 1em;
}
h1, h2 {
font-size: 1.15rem;
}
h3, h4 {
font-size: 0.9rem;
}
h5, h6 {
font-size: 0.75rem;
}
.dropdown-menu {
font-size: $body_font_size;
border-radius: $radiuspx;