django-components/docs/css/style.css
Juro Oravec 329a398c61
docs: add documentation around component media (#877)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-30 22:03:31 +01:00

29 lines
438 B
CSS

h2,
h3,
h4,
h5,
h6 {
font-weight: bold !important;
}
.md-typeset h2 {
border-top: 1px solid var(--md-typeset-color);
padding-top: 40px;
}
.md-typeset h3 {
/* Original styling */
font-size: 1.25em;
font-weight: 400;
letter-spacing: -.01em;
line-height: 1.5;
margin: 1.6em 0 0.8em;
/* Custom */
border-top: 0.5px solid var(--md-typeset-color);
padding-top: 40px;
}
.md-nav__item--section {
margin-top: 32px;
}