From fdfe46860f8d8696a4942fd8d4cf27c4c4b9b7b7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 4 Apr 2026 08:14:37 -0400 Subject: [PATCH] =?UTF-8?q?Website:=20album=20art=20380px=20=E2=80=94=20co?= =?UTF-8?q?ver=20+=20a=20few=20tracks=20above=20the=20fold?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- site/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/index.html b/site/index.html index 910cedb..c06bd5e 100644 --- a/site/index.html +++ b/site/index.html @@ -34,10 +34,10 @@ } .cover { - width: 560px; - height: 560px; - max-width: 90vw; - max-height: 90vw; + width: 380px; + height: 380px; + max-width: 80vw; + max-height: 80vw; border-radius: 8px; box-shadow: 0 8px 32px rgba(0,0,0,0.6); margin-bottom: 20px;