diff --git a/docs/index.html b/docs/index.html index a3c7f18d..53bb33de 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,6 +46,16 @@ img[alt='sharp logo'] { margin: 0 0 16px 16px; } + .page-content > h2, + .page-content.has-page-title > h2:first-child { + margin-top: 3rem; + } + .page-content h3 { + font-size: 1.4rem; + } + ul ul { + padding-left: 20px; + }