Skip to content

Commit 8fe1f02

Browse files
style: reduce heading to 16px, body to 13px; add 9 spaces before party emoji
1 parent eb355ff commit 8fe1f02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
.card-accent{background:var(--bg-primary-container);border-radius:18px;padding:14px;margin:8px 0}
149149

150150
/* ── Typography ──────────────────────────────────────────── */
151-
.title-md{font-size:17px;font-weight:500;color:var(--text-primary)}
152-
.body-md{font-size:15px;color:var(--text-primary);line-height:1.55}
151+
.title-md{font-size:16px;font-weight:500;color:var(--text-primary)}
152+
.body-md{font-size:13px;color:var(--text-primary);line-height:1.55}
153153
.body-sm{font-size:15px;color:var(--text-secondary);line-height:1.5}
154154

155155
/* ── Row helpers ─────────────────────────────────────────── */
@@ -406,7 +406,7 @@
406406
<!-- Pro / Donation -->
407407
<div class="card" id="donation-card">
408408
<div class="row between" id="donation-row">
409-
<div class="title-md" style="flex:1">Support Improvements<br>🎉</div>
409+
<div class="title-md" style="flex:1">Support Improvements<br> 🎉</div>
410410
<button class="btn btn-solid" onclick="initiateDonation()" style="margin-left:8px">Pro (2,90 €/Month)</button>
411411
</div>
412412
<div id="pro-thanks" class="pro-thanks" style="display:none">Thank you for supporting the development! 🎉💛</div>

0 commit comments

Comments
 (0)