Made h4 usable.
h1 is only used for the header in ox-tufte. Every other indent level is h2 or smaller. This gives us 3 levels of depth before html dipatch breaks formatting.
This commit is contained in:
parent
b72e997d89
commit
ee8fb994ab
9
emacs/dist/tufte.css
vendored
9
emacs/dist/tufte.css
vendored
|
@ -128,6 +128,15 @@ h3 {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
margin-top: 2rem;
|
||||||
|
margin-bottom: 1.4rem;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
display: block;
|
display: block;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user