mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 05:03:45 +08:00
fix(css): increase kicker and section-label size and spacing
Bump margin-bottom from 0.9rem to 1.5rem and font-size from --text-xs to --text-sm for .hero-kicker and .section-label to improve readability and visual breathing room. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -256,8 +256,8 @@ kbd {
|
|||||||
|
|
||||||
.hero-kicker,
|
.hero-kicker,
|
||||||
.section-label {
|
.section-label {
|
||||||
margin-bottom: 0.9rem;
|
margin-bottom: 1.5rem;
|
||||||
font-size: var(--text-xs);
|
font-size: var(--text-sm);
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user