Fixing headers in markdown

master
Nick Sergeant 2012-06-19 23:37:21 -04:00
parent 027c9f0ae9
commit d495509d1c
2 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

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