mobile fix for the qna

This commit is contained in:
edbrz9 2022-12-30 23:37:43 +01:00
parent e110580663
commit 17bff85e37
1 changed files with 6 additions and 0 deletions

View File

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