qna style added
This commit is contained in:
parent
e927355c84
commit
17777df7e8
|
@ -189,3 +189,21 @@ footer a.qna-logo span {
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
font-size: 1.4rem;
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue