mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-11 18:23:46 +00: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:
parent
80a72af5df
commit
4a1f899995
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue