From 17bff85e3782a1168d40c6b19292975cfb47c733 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 23:37:43 +0100 Subject: [PATCH] mobile fix for the qna --- proj/YT2P/assets/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proj/YT2P/assets/css/style.css b/proj/YT2P/assets/css/style.css index 18e4f54..813cc74 100644 --- a/proj/YT2P/assets/css/style.css +++ b/proj/YT2P/assets/css/style.css @@ -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; + } +} \ No newline at end of file