From e1105806631eb1cad92b44e91e4b7d6682cd8151 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 23:34:38 +0100 Subject: [PATCH] more qna styling --- proj/YT2P/assets/css/style.css | 10 +++++++++- proj/YT2P/qna.php | 5 ++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/proj/YT2P/assets/css/style.css b/proj/YT2P/assets/css/style.css index 8245ada..18e4f54 100644 --- a/proj/YT2P/assets/css/style.css +++ b/proj/YT2P/assets/css/style.css @@ -194,6 +194,8 @@ section.qna { max-width: 50vw; text-align: left; margin-bottom: 80px; + margin-left: auto; + margin-right: auto; } section.qna p.q { @@ -206,4 +208,10 @@ section.qna p.a { font-style: normal; font-weight: 600; margin-bottom: 40px; -} \ No newline at end of file +} + + +section.qna h1 { + font-size: 1.6rem; + margin-bottom: 40px; +} diff --git a/proj/YT2P/qna.php b/proj/YT2P/qna.php index 4faf8cd..a8d91e1 100644 --- a/proj/YT2P/qna.php +++ b/proj/YT2P/qna.php @@ -12,10 +12,9 @@
-

YT2Prompt - Questions & Answers

-
- + +

YT2Prompt - Q&A

What is this?