diff --git a/web/static/style.css b/web/static/style.css index 3c5fe8d..cd82f6a 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -356,4 +356,29 @@ div.comment-message p{ .invisible { visibility: hidden; -} \ No newline at end of file +} + +@media only screen and (max-width: 914px) { + .header { + font-size: 3em; + } + .main { + padding-left: 5px; + padding-right: 5px; + width: 100%; + box-sizing: border-box; + } + + .block { + box-sizing: border-box; + } + + .right { + width: 100%; + max-width: none; + } + + .leftbarblock { + display: none; + } +}