web/donate: rewrite motivation text to convey the message better
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user