diff options
| -rw-r--r-- | _sass/main.scss | 9 | ||||
| -rw-r--r-- | wall-of-love.markdown | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/_sass/main.scss b/_sass/main.scss index aabc110..baa595a 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -104,6 +104,11 @@ body { padding-inline: 1.5rem; } +.site-main h2 { + font-size: 1.125rem; + margin-block-end: 1rem; +} + .site-main p { margin-block-end: 1.5rem; } @@ -201,10 +206,6 @@ body { } } -.donation-title { - font-size: 1.25rem; -} - .donation-details { margin-top: 1rem; background-color: var(--color-neutral-900); diff --git a/wall-of-love.markdown b/wall-of-love.markdown index a65111d..5194abe 100644 --- a/wall-of-love.markdown +++ b/wall-of-love.markdown @@ -6,7 +6,7 @@ Big thanks to everyone keeping this project alive and breathing. You’re the real reason the fans are still spinning. <section class="donation"> - <h2 class="donation-title"> + <h2> Love our work? Buy us a coffee! </h2> <details class="donation-details" name="qrcodes" open> @@ -50,5 +50,7 @@ real reason the fans are still spinning. --- +## Recent Supporters + - **王同学。** — ¥66.00 via _Alipay_ on _October 5th, 2025_ - **吴**** — Donated a front panel on _December 15th, 2024_ |
