From cfdc3df10382e39e9abd870f242035f930cedd7e Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Mon, 20 Jun 2022 11:02:53 +0200 Subject: [PATCH] Mobile scaling --- web/static/style.css | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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; + } +}