Adjust note header sizing/styling

This commit is contained in:
Dan Stillman 2018-05-03 19:27:22 -04:00
parent 3241faf503
commit 3a3f46530d

View file

@ -1,3 +1,36 @@
h1 {
font-size: 1.6em;
padding-bottom: .2em;
}
h2 {
font-size: 1.4em;
font-weight: normal;
margin-top: 0;
padding-bottom: .2em;
border-bottom: 1px solid lightgray;
}
h3 {
font-size: 1.1em;
}
h4 {
font-size: 1em;
margin-bottom: 1em;
}
h5 {
font-size: .9em;
margin-bottom: 1em;
}
h6 {
font-size: .8em;
margin-top: 1.6em;
margin-bottom: 1.3em;
}
blockquote {
margin-top: 1.5em;
margin-bottom: 1.5em;