mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Tweak manual CSS for smaller screens
This commit is contained in:
parent
034001520c
commit
c5ab23e456
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue