commit 92fdd01316185a8b54d31a533f7aaf3393c04992 parent 5395219042f580716c67857c00bde1f0bc6ed0e2 Author: Jake Bauer <jbauer@paritybit.ca> Date: Fri, 22 Jan 2021 04:32:41 -0500 Fix width on smaller screens Diffstat:
M | http/style/main.css | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/http/style/main.css b/http/style/main.css @@ -191,7 +191,11 @@ th { white-space: pre-wrap; } } -@media only screen and (max-width: 600px) { + +@media only screen and (max-width: 1000px) { + body { + max-width: 90%; + } #table-of-contents { width: 70%; float: none;