From 17777df7e8cbd76057a9e9f81ef4992a73639596 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 23:29:02 +0100 Subject: [PATCH] qna style added --- proj/YT2P/assets/css/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/proj/YT2P/assets/css/style.css b/proj/YT2P/assets/css/style.css index 69330eb..8245ada 100644 --- a/proj/YT2P/assets/css/style.css +++ b/proj/YT2P/assets/css/style.css @@ -188,4 +188,22 @@ footer a.qna-logo { footer a.qna-logo span { padding-top: 6px; font-size: 1.4rem; +} + +section.qna { + max-width: 50vw; + text-align: left; + margin-bottom: 80px; +} + +section.qna p.q { + font-style: italic; + font-weight: 400; +} + + +section.qna p.a { + font-style: normal; + font-weight: 600; + margin-bottom: 40px; } \ No newline at end of file