From 59e096271fd90b98f53b0fd9c2143e56ee8619fe Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 02:55:03 +0100 Subject: [PATCH] Fine-tune button font size and padding --- client/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/index.css b/client/src/index.css index d410b14..dab2eae 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -579,8 +579,8 @@ h4 { } .quiz-finished .actions .button { - font-size: 0.95rem; - padding: 0.6rem 0.95rem; + font-size: 0.9rem; + padding: 0.5rem 0.9rem; } @media (max-width: 720px) {