mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 22:20:49 -05: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,
|
||||
.section-label {
|
||||
margin-bottom: 0.9rem;
|
||||
font-size: var(--text-xs);
|
||||
margin-bottom: 1.5rem;
|
||||
font-size: var(--text-sm);
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user