diff --git a/.crossnote/style.less b/.crossnote/style.less index e585796..ad45723 100644 --- a/.crossnote/style.less +++ b/.crossnote/style.less @@ -13,4 +13,35 @@ .language-scanres { font-size: 6pt; } + ol, ul { + margin-top: 0.0pt; + } + p { + margin-bottom: 0.4rem; + } + h1 { + margin-top: 0.6rem; + margin-bottom: 0.4rem; + } + h2 { + margin-top: 0.6rem; + margin-bottom: 0.4rem; + } + h3 { + margin-top: 0.6rem; + margin-bottom: 0.4rem; + } + h4 { + margin-top: 0.4rem; + margin-bottom: 0.2rem; + } + h5 { + margin-top: 0.4rem; + margin-bottom: 0.2rem; + } + h6 { + margin-top: 0.2rem; + margin-bottom: 0.1rem; + } + }