diff options
| author | William Hergès <william@herges.fr> | 2025-08-25 00:26:32 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-25 00:26:32 +0200 |
| commit | 6aedc7181047a647231aadba4a29f0b4ecff9a3f (patch) | |
| tree | 14724d31f95ce5cb687fa2b3502bf8201905f94a /src | |
| parent | da2fa5be018af6e49e801bd50dbd68042d39344d (diff) | |
fix(content): huge ref for last line
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 019f623..2c3141b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -87,7 +87,7 @@ import Base from "../layout/Base.astro"; </div> </section> <section class="ref" data-scroll> - <MosaicBackground height="250"> + <MosaicBackground height="300"> <img src="/ref/angie.webp" /> <img src="/ref/apanapana_records.webp" /> <img src="/ref/arte.webp" /> @@ -115,6 +115,7 @@ import Base from "../layout/Base.astro"; <img src="/ref/origins.webp" /> <img src="/ref/papooses.webp" /> <img src="/ref/paradoxes.webp" /> + <img src="/ref/steel_division_normandy_44.webp" /> <img src="/ref/prodjv.webp" /> <img src="/ref/superchild.webp" /> <img src="/ref/sybel.webp" /> @@ -125,7 +126,6 @@ import Base from "../layout/Base.astro"; <img src="/ref/france_tv.webp" /> <img src="/ref/virgin_music.webp" /> <img src="/ref/wtpl.webp" /> - <img src="/ref/steel_division_normandy_44.webp" /> </MosaicBackground> <div class="content"> <div class="content__header"> |
