diff --git a/docs/static/style.css b/docs/static/style.css index 0d8759b..54a1cc4 100644 --- a/docs/static/style.css +++ b/docs/static/style.css @@ -64,7 +64,7 @@ h1, h2, h3, h4, h5, h6 { background: var(--clr-bg-1); border-radius: 0 0.5rem 0.5rem 0; - padding: 0.5em; + padding: 0.33em 0.5em; &::before { content: ""; position: absolute; @@ -113,3 +113,7 @@ table-of-contents h2 { all: initial; } } + +h3 { + font-size: 1.4em; +}