diff --git a/src/styles/docs/docs-types.css b/src/styles/docs/docs-types.css index 0579f7f..149e933 100644 --- a/src/styles/docs/docs-types.css +++ b/src/styles/docs/docs-types.css @@ -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; }