bigger h3s on docs

This commit is contained in:
Theis Pieter Hollebeek 2025-10-14 14:46:54 +02:00
parent 6cf996b904
commit eb04bc72d1

View File

@ -64,7 +64,7 @@ h1, h2, h3, h4, h5, h6 {
background: var(--clr-bg-1); background: var(--clr-bg-1);
border-radius: 0 0.5rem 0.5rem 0; border-radius: 0 0.5rem 0.5rem 0;
padding: 0.5em; padding: 0.33em 0.5em;
&::before { &::before {
content: ""; content: "";
position: absolute; position: absolute;
@ -113,3 +113,7 @@ table-of-contents h2 {
all: initial; all: initial;
} }
} }
h3 {
font-size: 1.4em;
}