From 70db4035aaf547d4769219d9c4c8d4efe923cfb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 26 Aug 2021 16:55:24 +0200 Subject: [PATCH] use
section in addition to
--- webpoll.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpoll.css b/webpoll.css index 9869003..79eefaa 100644 --- a/webpoll.css +++ b/webpoll.css @@ -104,7 +104,7 @@ body.poll table td input[type=radio][value=maybe]:checked + label { margin: 0 -1.75pt; } -body.newdate form { +body.newdate main { text-align: center; max-width: 100%; } @@ -128,7 +128,7 @@ body.newdate form fieldset.splittimes { } @media(min-width: 50em) { - body.newdate form { width: 50em; } + body.newdate main { width: 50em; } body.newdate form input[name=title], body.newdate form textarea[name=description] { width: 100%; -- 2.39.2