fix: document sizing for mobile

This commit is contained in:
Joshua Seigler 2021-11-30 10:47:25 -05:00
parent c853faf3ca
commit e9bb3b7df4
2 changed files with 5 additions and 4 deletions

View file

@ -47,8 +47,9 @@
height: 100%;
}
#help {
max-width: 80ch;
padding: 5em;
width: 80ch;
max-width: 100%;
padding: 1em;
}
pre {
background-color: #ffffff1f;