Skip to content
Snippets Groups Projects
Commit 69299315 authored by brittlewis12's avatar brittlewis12
Browse files

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

Former-commit-id: 79836019
parent b57a00d2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment