diff options
| -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"> |
