From 1da4ce0b48af5a82b6753411ff050708e141297e Mon Sep 17 00:00:00 2001 From: Marlon Baeten Date: Tue, 4 Jun 2024 11:25:15 +0200 Subject: [PATCH] Bigger radio buttons --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 1c1e689..9fce51a 100644 --- a/src/index.css +++ b/src/index.css @@ -209,6 +209,8 @@ table.form h3 span { table.form tbody input { cursor: pointer; + width: 1rem; + height: 1rem; padding: 0; margin: 0; position: absolute;