From e0a03f00bf06c60f7e873c6a4a878f5b2acafc81 Mon Sep 17 00:00:00 2001 From: Guus Date: Tue, 12 Aug 2025 23:27:55 +0200 Subject: [PATCH] responsive mobile-voting btns --- frontend/src/app/mobile-voting/page.tsx | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/frontend/src/app/mobile-voting/page.tsx b/frontend/src/app/mobile-voting/page.tsx index 3b2310c..28f7345 100644 --- a/frontend/src/app/mobile-voting/page.tsx +++ b/frontend/src/app/mobile-voting/page.tsx @@ -15,42 +15,38 @@ export default function MobileVoting() { const [yesHighlight, setYesHighlight] = useState(false); return ( -
-
- -
+
+
+
-
); }