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")))))