From a871cd6322a93aa799a250b18bf8055da037004c Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Tue, 23 Sep 2025 17:55:11 -0700 Subject: [PATCH] fix small widths --- style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b43f504..f830cb3 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ } body { - margin: 8px; + margin: 0; font-family: sans-serif; position: relative; background: light-dark(whitesmoke, black); @@ -18,7 +18,7 @@ body { #content { max-width: 512px; - padding-bottom: 25vh; + padding: 8px 8px 25vh 8px; } .media { @@ -148,7 +148,6 @@ audio { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: light-dark(black, whitesmoke); - width: 512px; max-width: 100%; }