mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-24 10:05:02 +00:00
style(css): add margin and border-top separator above final CTA section
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
00b924d824
commit
f528177313
1 changed files with 2 additions and 0 deletions
|
|
@ -827,6 +827,8 @@ th[data-sort].sort-asc::after {
|
|||
|
||||
.final-cta {
|
||||
padding-block: clamp(3rem, 7vw, 5.5rem);
|
||||
margin-top: clamp(1.5rem, 3vw, 2.5rem);
|
||||
border-top: 1px solid var(--line);
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue