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