diff options
| author | William Hergès <william@herges.fr> | 2025-08-09 17:23:35 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-09 17:23:35 +0200 |
| commit | f4c971dc8769f845cc48443dab020cb2e9df661a (patch) | |
| tree | b7e38847e663fbd126a5fb875dfb2a0796af71c2 /src/pages | |
| parent | 1b763e17ecbe46a3cee806a7177b0bd60e15bf44 (diff) | |
refactor(background): cleaner and more logical
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.astro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index d648c4b..889c5a3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -20,10 +20,9 @@ import Base from "../layout/Base.astro"; <p class="tag">contact</p> </div> </header> - </body> <main> <section class="batteur"> - <MosaicBackground height="500"> + <MosaicBackground height="400"> <img src="/batteur/old2.jpg" /> <img src="/batteur/old3.jpg" /> <VideoAuto src="/batteur/video/bb.webm" /> @@ -31,8 +30,8 @@ import Base from "../layout/Base.astro"; <img src="/batteur/mid_rock.jpg" /> <img src="/batteur/black_and_white.jpg" /> <img src="/batteur/old.jpg" /> - <img src="/batteur/mid_outdoor.jpg" /> <VideoAuto src="/batteur/video/solo.webm" /> + <img src="/batteur/mid_outdoor.jpg" /> <VideoAuto src="/batteur/video/balance.webm" /> <img src="/batteur/mid_rock2.jpg" /> <img src="/batteur/recent.jpg" /> |
