From 3ba8390e4bc08f5bf6f674c308cecb72466b1140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 3 Oct 2025 18:46:13 +0200 Subject: feat(frontend): scroll to body top instead of body top --- frontend/scss/home.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/scss') diff --git a/frontend/scss/home.scss b/frontend/scss/home.scss index 0b85b2b..6fa4192 100644 --- a/frontend/scss/home.scss +++ b/frontend/scss/home.scss @@ -14,8 +14,7 @@ article article { align-items: center; justify-content: center; - - & > div { + & nav { display: inline-grid; grid-template-columns: 2fr 1fr 2fr; justify-content: center; -- cgit v1.2.3