diff options
| author | William Hergès <william@herges.fr> | 2025-08-17 16:34:53 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-17 16:34:53 +0200 |
| commit | 4629812c3b6ca9c62d0cee9a339fdc566226bd8c (patch) | |
| tree | 0323b1d527df60cd43e8e6b1b8c1f0b761d28617 /src/scss | |
| parent | 1555240c8f4c5831e67d390aa685a8c9c5e736b1 (diff) | |
feat(content): update
Diffstat (limited to 'src/scss')
| -rw-r--r-- | src/scss/style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
