Update html/landing.ejs

This commit is contained in:
ashley 2025-08-23 19:20:34 +02:00
parent a1167c66eb
commit a407984de0

View File

@ -110,7 +110,7 @@
}
}
.donate-banner {
.donate-banner {
text-align: center;
background: red;
color: #1f2937;
@ -119,7 +119,13 @@
padding: 10px 14px;
border-bottom: 1px solid rgba(0,0,0,.1);
letter-spacing: .3px;
margin-top: 6em;
border-radius: 3em;
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.donate-banner strong {
color: #111827;
}