more qna styling
This commit is contained in:
parent
17777df7e8
commit
e110580663
|
@ -194,6 +194,8 @@ section.qna {
|
||||||
max-width: 50vw;
|
max-width: 50vw;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-bottom: 80px;
|
margin-bottom: 80px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.qna p.q {
|
section.qna p.q {
|
||||||
|
@ -207,3 +209,9 @@ section.qna p.a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
section.qna h1 {
|
||||||
|
font-size: 1.6rem;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
|
@ -12,10 +12,9 @@
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<h1>YT2Prompt - Questions & Answers</h1>
|
|
||||||
|
|
||||||
<section class="qna">
|
<section class="qna">
|
||||||
|
|
||||||
|
<h1>YT2Prompt - Q&A</h1>
|
||||||
|
|
||||||
<p class="q">What is this?</p>
|
<p class="q">What is this?</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue