From c5ab23e4566b89dd02a82b8c473580d39653c1d0 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Tue, 5 Apr 2022 10:38:02 -0500 Subject: [PATCH] Tweak manual CSS for smaller screens --- www/css/manual.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/www/css/manual.css b/www/css/manual.css index f3d9f881..7d604410 100644 --- a/www/css/manual.css +++ b/www/css/manual.css @@ -800,4 +800,17 @@ main.manual *:target{ .manual h6{ word-break: break-all; } + + .manual .step-by-step-guide h1, + .manual .step-by-step-guide h2, + .manual .step-by-step-guide h3, + .manual .step-by-step-guide h4, + .manual .step-by-step-guide h5, + .manual .step-by-step-guide h6{ + word-break: normal; + } + + main.manual > article{ + margin-left: 1rem; + } }