From 9919d0cbfaa3a55cd66ad116b2b0be6445414f8b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Sep 2025 16:35:09 +0300 Subject: [PATCH] style(website): align download buttons slightly --- apps/website/src/pages/Download/download.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/website/src/pages/Download/download.css b/apps/website/src/pages/Download/download.css index 1a8680e3d..bc20741c4 100644 --- a/apps/website/src/pages/Download/download.css +++ b/apps/website/src/pages/Download/download.css @@ -17,8 +17,19 @@ vertical-align: sub; } +.download-card .card-content-inner { + flex-grow: 1; + display: flex; + flex-direction: column; +} + .download-options { - margin-top: 2em; + justify-content: flex-end; + align-items: stretch; + flex-grow: 1; + align-items: center; + display: flex; + flex-direction: column; } .download-options a.recommended { @@ -27,6 +38,7 @@ color: var(--brand-foreground-color); border-radius: calc(infinity * 1px); margin: 1em 0; + align-self: stretch; } .download-options .other-options {