Skip to content

Commit 734bf72

Browse files
nichu42Copilot
andcommitted
Align Get Involved card buttons to bottom
Make cards flex columns so all CTAs (Help Translate, Ko-fi/Liberapay, Open an Issue) snap to the same baseline regardless of text height. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 737e998 commit 734bf72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

site/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,9 @@ section.alt { background: var(--section-alt); }
497497
gap: 1.25rem;
498498
}
499499
@media (max-width: 700px) { .translate-support-grid { grid-template-columns: 1fr; } }
500-
.translate-support-grid .card { padding: 1.75rem; height: 100%; box-sizing: border-box; }
500+
.translate-support-grid .card { padding: 1.75rem; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; }
501+
.translate-support-grid .card .mt-sm,
502+
.translate-support-grid .card .support-btns { margin-top: auto; padding-top: 1.25rem; }
501503
.support-btns {
502504
display: flex;
503505
gap: 0.75rem;

0 commit comments

Comments
 (0)