From 3ef6ffb70685dd38ab95fd0ec41f2adceb11ca8b Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 2 Jun 2018 18:58:00 +0100 Subject: [Wiki] Fix a CSS dumb --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 22eb2285..6f804d23 100644 --- a/static/style.css +++ b/static/style.css @@ -248,12 +248,12 @@ textarea.fira-code { border: 1px solid rgba(0, 0, 0, 0.11); } -#doc-view div { +#doc-view { width: calc(100% - 6rem); } @media (max-width: 639px) { - #doc-view div { + #doc-view { width: calc(100% - 1rem); } } -- cgit v1.2.3