web/AboutSupport: allow the card to fill the available space

This commit is contained in:
wukko 2025-02-24 17:24:06 +06:00
parent 2e317c3abe
commit 910cbcf236
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -68,7 +68,6 @@
.support-card { .support-card {
padding: var(--padding); padding: var(--padding);
gap: 4px; gap: 4px;
height: fit-content;
text-align: start; text-align: start;
flex-direction: column; flex-direction: column;