From 6d08f2dd249bfc4fc49b975c7719d5e94783f54b Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Wed, 24 Feb 2021 09:31:58 -0800 Subject: [PATCH] Fix post body overflow on mobile --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 38a19bc..e444c60 100644 --- a/static/style.css +++ b/static/style.css @@ -1033,6 +1033,10 @@ input[type="submit"] { /* Markdown */ +.md { + width: 100%; +} + .md > *:not(:first-child) { margin-top: 20px; }