Skip to content

Commit b6987c1

Browse files
committed
Fixed gap above and below lead text.
1 parent 2513914 commit b6987c1

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/sponsors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hide:
2626
<div>
2727
<div class="eyebrow"><span class="dot"></span> Want on this page?</div>
2828
<h3>Contribute to Weekly Dev Chat</h3>
29-
<p>Any amount helps cover Zoom, hosting, and the occasional IRL pizza. Sponsor Saturday MP and you'll be listed under this year's supporters.</p>
29+
<p>Any amount helps cover streaming, hosting, IRL events, and </p>
3030
</div>
3131
<div class="become-ctas">
3232
<a class="btn primary" href="https://github.com/sponsors/saturdaymp" target="_blank" rel="noopener">Sponsor on GitHub</a>

docs/stylesheets/sponsors.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
/* ---------- Lead paragraph ---------- */
2727
.wdc-sponsors-page .lead {
28-
font-size: clamp(18px, 2vw, 22px);
28+
font-size: clamp(22px, 2.5vw, 28px);
2929
font-weight: 300;
3030
line-height: 1.5;
3131
color: var(--wdc-ink);
32-
margin: 8px 0 24px;
32+
margin: 4px 0 12px;
3333
max-width: 60ch;
3434
}
3535

@@ -38,9 +38,8 @@
3838
display: grid;
3939
grid-template-columns: repeat(3, 1fr);
4040
gap: 16px;
41-
padding: 32px 0;
42-
margin: 32px 0 56px;
43-
border-top: 1px solid var(--wdc-line);
41+
padding: 20px 0;
42+
margin: 16px 0 40px;
4443
border-bottom: 1px solid var(--wdc-line);
4544
}
4645
.wdc-sponsors-page .support-card {

0 commit comments

Comments
 (0)