Commit 79836019 authored by brittlewis12's avatar brittlewis12

changed h3, h4 markdown font sizing to match markdown spec -- h3: 1.5em, h4: 1.2em

parent 5e004719
......@@ -106,12 +106,12 @@
h3 {
margin-top: 35px;
font-size: 2em;
font-size: 1.5em;
}
h4 {
margin-top: 30px;
font-size: 1.5em;
font-size: 1.2em;
}
blockquote p {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment