From 93ed8ec95bc6d17822d21d0eabd94e3ee921ddb0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Jun 2023 19:08:17 +0200 Subject: [PATCH] Improved CSS --- static/css/ab.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/ab.css b/static/css/ab.css index 7174ef5..5e1c911 100644 --- a/static/css/ab.css +++ b/static/css/ab.css @@ -143,11 +143,11 @@ input[type="radio"] { } #next { - min-width: 95%; + min-width: 100%; } #questions { - min-width: 95%; + min-width: 100%; padding-top: 0px; padding-bottom: 5px; }