From 5b25d8cd0a053a849e92f7764a5f77cfd890350b Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Tue, 23 Feb 2021 22:38:38 +1100 Subject: [PATCH] Remove .body min-width to fix content overflowing on very narrow screens --- _static/custom_html.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_static/custom_html.css b/_static/custom_html.css index dc9183e..fcb1f3e 100644 --- a/_static/custom_html.css +++ b/_static/custom_html.css @@ -103,6 +103,12 @@ div.pre-footer-narrow { margin: 30px auto 0 auto; } +/* Fix display on very narrow screens */ + +div.body { + min-width: 0; +} + /* Media queries */ @media screen and (max-width: 875px) {