From 77cd53dd16909e8685c6c91d7289272759509ee3 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Tue, 23 Sep 2025 09:05:30 -0700 Subject: [PATCH] fix(ed) width --- index.html | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7f26cd2..cdff2af 100644 --- a/index.html +++ b/index.html @@ -179,6 +179,6 @@ - + diff --git a/style.css b/style.css index 58bdc27..3d3b456 100644 --- a/style.css +++ b/style.css @@ -131,6 +131,7 @@ audio { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: light-dark(black, whitesmoke); + width: 512px; } #index {