From a2bd4a44153de2a04f1dbd7e21a17384634148c6 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Thu, 25 Jun 2020 23:02:55 -0500 Subject: Making things look a little better on mobile. --- themes/gamerdonkey-theme/static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/gamerdonkey-theme/static/css/style.css') diff --git a/themes/gamerdonkey-theme/static/css/style.css b/themes/gamerdonkey-theme/static/css/style.css index 0216b56..671df42 100644 --- a/themes/gamerdonkey-theme/static/css/style.css +++ b/themes/gamerdonkey-theme/static/css/style.css @@ -55,3 +55,9 @@ ol#post-list { footer.post-info { font-size: 0.8em; } + +@media only screen and (max-width: 900px) { + body { + width: 87%; + } +} -- cgit v1.2.3