bigger h3s on docs
This commit is contained in:
parent
6cf996b904
commit
eb04bc72d1
6
docs/static/style.css
vendored
6
docs/static/style.css
vendored
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user