mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
style: refine website footer and heading
This commit is contained in:
@@ -402,10 +402,9 @@ kbd {
|
||||
.results-intro h2,
|
||||
.final-cta h2 {
|
||||
font-family: var(--font-display);
|
||||
font-size: clamp(2.2rem, 5vw, 4rem);
|
||||
font-size: clamp(2.2rem, 4vw, 3.3rem);
|
||||
line-height: 0.94;
|
||||
letter-spacing: -0.03em;
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
.results-section {
|
||||
@@ -874,18 +873,15 @@ th[data-sort].sort-asc::after {
|
||||
padding: 1.2rem var(--shell-pad);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-end;
|
||||
gap: 1rem;
|
||||
font-size: var(--text-xs);
|
||||
color: var(--ink-muted);
|
||||
}
|
||||
|
||||
.footer-copy,
|
||||
.footer-links {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.45rem;
|
||||
flex-wrap: wrap;
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.footer-sep {
|
||||
@@ -1011,6 +1007,10 @@ th[data-sort].sort-asc::after {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.hero h1 {
|
||||
font-size: clamp(3.2rem, 18vw, 4.8rem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user