Fine-tune button font size and padding

This commit is contained in:
2026-01-08 02:55:03 +01:00
parent b9f86155f6
commit 59e096271f

View File

@@ -579,8 +579,8 @@ h4 {
} }
.quiz-finished .actions .button { .quiz-finished .actions .button {
font-size: 0.95rem; font-size: 0.9rem;
padding: 0.6rem 0.95rem; padding: 0.5rem 0.9rem;
} }
@media (max-width: 720px) { @media (max-width: 720px) {