web/donate: rewrite motivation text to convey the message better

This commit is contained in:
wukko
2024-09-28 17:41:57 +06:00
parent bf7a48a36c
commit 24bc50793a
2 changed files with 8 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
<section id="motivation" class="long-text-noto">
<p>{$t("donate.body.motivation")}</p>
<p>{$t("donate.body.no_bullshit")}</p>
<p>{$t("donate.body.keep_going")}</p>
</section>
@@ -119,6 +120,10 @@
gap: 10px;
}
#motivation p:first-child {
margin-block-start: 10px;
}
@media screen and (max-width: 760px) {
#support-options {
flex-direction: column;