fix page bottom scrollbar + typedocs subheading padding

This commit is contained in:
outfoxxed 2024-10-18 17:08:00 -07:00
parent e4f3c39bcb
commit d2aa5fb942
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -57,7 +57,8 @@
color: hsl(var(--blue) 75 60);
}
.typedocs-subheading {
.typedocs-subheading > span > p {
margin: 0;
margin-bottom: 1rem;
}
@ -379,10 +380,6 @@ html.dark .typevariants {
.typedocs-content {
margin-inline: 1.272rem;
& section {
min-width: 30svw;
}
&>p {
margin-block: 1.217rem;
}