Revert to em styles for h[1-5] tags

master
Tait Hoyem 4 years ago
parent 37f7abd47e
commit 4a650db57a

@ -28,19 +28,19 @@ li {
}
h1 {
font-size: 34px;
font-size: 2.5em;
}
h2 {
font-size: 30px;
font-size: 2.0em;
}
h3 {
font-size: 24px;
font-size: 1.6em;
}
h4 {
font-size: 20px;
font-size: 1.3em;
}
h5 {
font-size: 17px;
font-size: 1.1em;
}
a {
text-decoration: underline;

Loading…
Cancel
Save