Add headings font-size's

This commit is contained in:
vimux 2018-05-22 14:57:43 +03:00
parent 53261dbe70
commit a158118966
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -58,6 +58,31 @@ h5,
h6 { h6 {
margin-top: 0; margin-top: 0;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
font-weight: 600;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.75rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1.375rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1.125rem;
} }
p { p {