Tweak manual CSS for smaller screens

This commit is contained in:
Alex Cabal 2022-04-05 10:38:02 -05:00
parent 034001520c
commit c5ab23e456

View file

@ -800,4 +800,17 @@ main.manual *:target{
.manual h6{ .manual h6{
word-break: break-all; 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;
}
} }