diff options
| author | William Hergès <william@herges.fr> | 2025-10-03 18:46:13 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-03 18:46:13 +0200 |
| commit | 3ba8390e4bc08f5bf6f674c308cecb72466b1140 (patch) | |
| tree | 67a8308a3e592a071b7212926e32f44c7ab116ff /frontend/scss | |
| parent | 0de89e6bc6a467b2cc4261ae65464f40119cc0ff (diff) | |
feat(frontend): scroll to body top instead of body top
Diffstat (limited to 'frontend/scss')
| -rw-r--r-- | frontend/scss/home.scss | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
