Adjust note header sizing/styling
This commit is contained in:
parent
3241faf503
commit
3a3f46530d
1 changed files with 33 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue