From 4c7e7c157c7bc08d82a5dca58e9c2f3de8747439 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 25 Oct 2025 20:31:08 +0300 Subject: [PATCH] chore(website): solve a warning about sectioned h1 size --- apps/website/src/pages/Home/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/website/src/pages/Home/index.css b/apps/website/src/pages/Home/index.css index b38a94ca0..614223991 100644 --- a/apps/website/src/pages/Home/index.css +++ b/apps/website/src/pages/Home/index.css @@ -57,6 +57,8 @@ section.hero-section { color: transparent; line-height: 1.1; font-weight: 400; + font-size: 2em; + margin-block: 0.65em; } }