Fixing headers in markdown

master
Nick Sergeant 2012-06-19 23:36:35 -04:00
parent 42644b3b3e
commit 027c9f0ae9
2 changed files with 19 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -718,6 +718,24 @@ article.snipt {
h1, h2, h3, h4, h5, h6 {
margin-bottom: 9px;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
li {
font-size: 13px;
margin: 9px 0;