revert markdown size increases so no markdown is larger than card titles

This commit is contained in:
Sean Yesmunt 2020-07-28 16:37:50 -04:00
parent 0a60d93c71
commit 3aad88ebe7

View file

@ -27,19 +27,19 @@
}
h1 {
font-size: 2.2em;
font-size: 1.7em;
}
h2 {
font-size: 1.6em;
font-size: 1.5em;
}
h3 {
font-size: 1.3em;
font-size: 1.4em;
}
h4 {
font-size: 1.2em;
font-size: 1.3em;
}
h5 {
font-size: 1.1em;
font-size: 1.2em;
}
h6 {
font-size: 1em;