mobile fix for the qna
This commit is contained in:
parent
e110580663
commit
17bff85e37
|
@ -215,3 +215,9 @@ section.qna h1 {
|
|||
font-size: 1.6rem;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
section.qna {
|
||||
max-width: 70vw;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue