qna style added

This commit is contained in:
edbrz9 2022-12-30 23:29:02 +01:00
parent e927355c84
commit 17777df7e8
1 changed files with 18 additions and 0 deletions

View File

@ -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;
}