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