more qna styling
This commit is contained in:
parent
17777df7e8
commit
e110580663
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
section.qna h1 {
|
||||
font-size: 1.6rem;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
|
|
@ -12,10 +12,9 @@
|
|||
|
||||
<main>
|
||||
|
||||
<h1>YT2Prompt - Questions & Answers</h1>
|
||||
|
||||
<section class="qna">
|
||||
|
||||
|
||||
<h1>YT2Prompt - Q&A</h1>
|
||||
|
||||
<p class="q">What is this?</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue