From 1afa773a34c4c32812a1cbcb391e27a16fe85615 Mon Sep 17 00:00:00 2001 From: RaymondVerhoef Date: Wed, 15 Jul 2026 14:53:51 +0200 Subject: [PATCH] fix: shrink test question heading further to h5 Previous h3/text-base was still too large; dropped to h5/text-sm. Co-Authored-By: Claude Sonnet 5 --- src/pages/Testen.jsx | 2 +- src/pages/TopicTest.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Testen.jsx b/src/pages/Testen.jsx index 406d617..ef3344e 100644 --- a/src/pages/Testen.jsx +++ b/src/pages/Testen.jsx @@ -375,7 +375,7 @@ const Testen = () => {
{q.topicLabel}
-

{q.question}

+
{q.question}
{/* Options */} diff --git a/src/pages/TopicTest.jsx b/src/pages/TopicTest.jsx index 36ae6ce..5aab6b5 100644 --- a/src/pages/TopicTest.jsx +++ b/src/pages/TopicTest.jsx @@ -431,7 +431,7 @@ const TopicTest = () => { {pickedTopic?.label} {!q.isUnseen && Practice (no points)} -

{q.question}

+
{q.question}