From 228d2b9bb6c2ac7a0335e71f77888f228d9b295d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 1 Oct 2018 09:50:13 +0300 Subject: fix mbile width --- vnext/src/style/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vnext/src/style/main.css') diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index c5e33ef7..6a516d7c 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -433,6 +433,9 @@ article .tags > a, #header_wrapper { width: auto; } + #content { + width: 100%; + } #global { justify-content: space-around; flex-grow: 1; @@ -473,6 +476,7 @@ article .tags > a, @media screen and (max-width: 480px) { #content { margin-top: 104px; + width: 100%; } #search { display: none; -- cgit v1.2.3