From 4629812c3b6ca9c62d0cee9a339fdc566226bd8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 17 Aug 2025 16:34:53 +0200 Subject: feat(content): update --- src/scss/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scss/style.scss') diff --git a/src/scss/style.scss b/src/scss/style.scss index 1c0f8f6..0867c84 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -92,6 +92,7 @@ header { background-attachment: fixed; @media only screen and (max-width: $bp-small) { text-align: center; + background-attachment: scroll; } } @@ -156,7 +157,7 @@ section[data-scroll] .content { &__header { text-align: center; - margin-bottom: 2rem; + margin-bottom: 1rem; & h2 { margin-bottom: 1rem; -- cgit v1.2.3