From 9c01bc56772bafc325510f85c3d92213b5bfaf31 Mon Sep 17 00:00:00 2001 From: Raymonzut Date: Fri, 18 Feb 2022 17:05:27 +0100 Subject: [PATCH] Use paragraphs on qa page Signed-off-by: Raymonzut --- client/public/qa.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/public/qa.lisp b/client/public/qa.lisp index 8f6cdf5..7a33e03 100644 --- a/client/public/qa.lisp +++ b/client/public/qa.lisp @@ -24,8 +24,8 @@ (a :href "/qa" "QA")) (h1 "Questions and answers") (div - (h4 :class "question" "What is this site about?") - (h4 "This site is about me and the stuff I make") + (p :class "question" "What is this site about?") + (p "This site is about me and the stuff I make") - (h4 :class "question" "Why is it still so empty?") - (h4 "Because I am framework hopping and now ditching frameworks all together"))))) + (p :class "question" "Why is it still so empty?") + (p "Because I am framework hopping and now ditching frameworks all together")))))