From fdd6af0ba83218e45722dd7ac67e074859868a89 Mon Sep 17 00:00:00 2001 From: Iris Lightshard Date: Thu, 31 Oct 2024 18:47:40 -0600 Subject: [PATCH] fix width, link target --- static/style.css | 3 +-- templates/radio.html | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 92633fe..4b04466 100644 --- a/static/style.css +++ b/static/style.css @@ -36,8 +36,7 @@ h1 { ul { list-style: none;padding:0;margin: 0.5em; } ul li { - - max-width: 300px; + max-width: 420px; width:90vw; margin: auto; margin-bottom: 2em; diff --git a/templates/radio.html b/templates/radio.html index 8de7d2b..c48d70a 100644 --- a/templates/radio.html +++ b/templates/radio.html @@ -8,7 +8,7 @@ - + {{ $title }} @@ -18,7 +18,7 @@