From 185cfaf20fdb8f761ca17e8425cfe46ec4ccd118 Mon Sep 17 00:00:00 2001 From: Kneesal Date: Tue, 17 Mar 2026 14:14:07 +1300 Subject: [PATCH 1/2] fix(web): make quiz button full width at xs and sm viewports Change sm:w-auto to md:w-auto so the button stays 100% width through the sm breakpoint and only shrinks at md and above. Resolves #495 Made-with: Cursor --- apps/web/src/components/sections/QuizButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/sections/QuizButton.tsx b/apps/web/src/components/sections/QuizButton.tsx index cacadea7..11352a5c 100644 --- a/apps/web/src/components/sections/QuizButton.tsx +++ b/apps/web/src/components/sections/QuizButton.tsx @@ -20,7 +20,7 @@ export function QuizButton({ data }: QuizButtonProps): ReactElement { return ( <> -
+