From b8d468230b4ff4dc5c0a75162c94b305eea8e229 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Tue, 23 Sep 2025 17:58:26 -0700 Subject: [PATCH] fix small widths --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 40451dd..98b74e3 100644 --- a/style.css +++ b/style.css @@ -174,7 +174,7 @@ hr { background: light-dark(black, whitesmoke); width: max-content; z-index: 1; - min-width: 50%; + min-width: 256px; } #title-1>div>h1 {