diff options
Diffstat (limited to 'public/music.html')
| -rw-r--r-- | public/music.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/public/music.html b/public/music.html index dbe6cfc..04073fa 100644 --- a/public/music.html +++ b/public/music.html @@ -3,32 +3,32 @@ <body>
<main style="min-height: 100vh;">
<div style="display: grid; justify-content: center;">
- <a href="/releases/phosphenes" class="link">
- <img src="/assets/bunny.webp" width="400" height="400" alt="Phosphenes album art">
+ <a href="/releases/phosphenes" class="link-text">
+ <img src="/assets/bunny.webp" width="400" height="400" alt="Phosphenes album art" class="album-image">
<p>haemolacriaa</p>
<p>Phosphenes</p>
<p>3.13.2026</p>
</a>
- <a href="/releases/christmas" class="link">
- <img src="/assets/bunny.webp" width="400" height="400" alt="Christmas album art">
+ <a href="/releases/christmas" class="link-text">
+ <img src="/assets/bunny.webp" width="400" height="400" alt="Christmas album art" class="album-image">
<p>haemolacriaa</p>
<p>Christmas</p>
<p>12.12.2025</p>
</a>
- <a href="/releases/waxing-and-waning" class="link">
- <img src="/assets/bunny.webp" width="400" height="400" alt="Waxing and Waning album art">
+ <a href="/releases/waxing-and-waning" class="link-text">
+ <img src="/assets/bunny.webp" width="400" height="400" alt="Waxing and Waning album art" class="album-image">
<p>haemolacriaa</p>
<p>Waxing and Waning</p>
<p>10.10.2025</p>
</a>
- <a href="/releases/hhaemolacria" class="link">
- <img src="/assets/hhaemolacria.webp" width="400" height="400" alt="hhaemolacria album art">
+ <a href="/releases/hhaemolacria" class="link-text">
+ <img src="/assets/hhaemolacria.webp" width="400" height="400" alt="hhaemolacria album art" class="album-image">
<p>haemolacriaa</p>
<p>hhaemolacria</p>
<p>5.2.2025</p>
</a>
- <a href="/releases/haemolacriaa" class="link">
- <img src="/assets/haemolacriaa.webp" width="400" height="400" alt="haemolacriaa album art">
+ <a href="/releases/haemolacriaa" class="link-text">
+ <img src="/assets/haemolacriaa.webp" width="400" height="400" alt="haemolacriaa album art" class="album-image">
<p>haemolacriaa</p>
<p>haemolacriaa</p>
<p>4.19.2024</p>
|
