From c2639951a59d5eac3ae8de0ef359c8b8777a7e85 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 30 Sep 2025 21:38:46 +0300 Subject: [PATCH] style(website): improve alignment of download button --- apps/website/src/pages/GetStarted/get-started.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/pages/GetStarted/get-started.css b/apps/website/src/pages/GetStarted/get-started.css index 74c457644..b5167f4aa 100644 --- a/apps/website/src/pages/GetStarted/get-started.css +++ b/apps/website/src/pages/GetStarted/get-started.css @@ -56,7 +56,7 @@ } .download-options { - justify-content: flex-end; + justify-content: center; align-items: stretch; flex-grow: 1; align-items: center;