From bd32a08e11ddd17ffcc26053de4516f4e34c033e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Sep 2025 14:29:17 +0300 Subject: [PATCH] style(website): slight adjustments to hero section on desktop --- apps/website/src/pages/Home/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/pages/Home/index.css b/apps/website/src/pages/Home/index.css index 524ad15cf..440fbb9eb 100644 --- a/apps/website/src/pages/Home/index.css +++ b/apps/website/src/pages/Home/index.css @@ -58,7 +58,6 @@ section.hero-section > .content-wrapper { align-items: center; justify-content: center; flex-direction: column; - min-height: 60vh; } section.hero-section .title-section { @@ -129,6 +128,7 @@ section.hero-section .additional-options a { @media (min-width: 720px) { section.hero-section > .content-wrapper { flex-direction: row; + gap: 3em; padding: 3em; }