diff options
-rw-r--r-- | vnext/src/style/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |