From be1c74767f3fba6958eb3463b571370a3c087437 Mon Sep 17 00:00:00 2001 From: Spike1377 <113913612+Spike1377@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:08:03 +1100 Subject: [PATCH] Update faq.css use h1 tags for headings --- static/faq/faq.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/faq/faq.css b/static/faq/faq.css index fdd1867..48e0b40 100644 --- a/static/faq/faq.css +++ b/static/faq/faq.css @@ -17,9 +17,9 @@ a:hover { a:visited { color: #bbf; } -.question { +h1 { font-size: 24px; font-weight: bold; margin: 16px 0 8px; display: block; -} \ No newline at end of file +}