mirror of
https://github.com/django-components/django-components.git
synced 2025-11-19 06:18:31 +00:00
Some checks are pending
Docs - build & deploy / docs (push) Waiting to run
Run tests / build (ubuntu-latest, 3.10) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.11) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.12) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.13) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.8) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.9) (push) Waiting to run
Run tests / build (windows-latest, 3.10) (push) Waiting to run
Run tests / build (windows-latest, 3.11) (push) Waiting to run
Run tests / build (windows-latest, 3.12) (push) Waiting to run
Run tests / build (windows-latest, 3.13) (push) Waiting to run
Run tests / build (windows-latest, 3.8) (push) Waiting to run
Run tests / build (windows-latest, 3.9) (push) Waiting to run
Run tests / test_docs (3.13) (push) Waiting to run
Run tests / test_sampleproject (3.13) (push) Waiting to run
63 lines
No EOL
872 B
CSS
63 lines
No EOL
872 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;
|
|
}
|
|
|
|
/* People */
|
|
|
|
.user-list {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-top: 2em;
|
|
gap: 2.5em;
|
|
flex-wrap: wrap;
|
|
list-style-type: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.user a {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.user .avatar-wrapper {
|
|
width: 6em;
|
|
height: 6em;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.title {
|
|
margin: 8px 0 4px 0;
|
|
}
|
|
|
|
.info {
|
|
font-size: 16px;
|
|
} |