From dc659bcfb7adbd9e65631507c29976d2903a3950 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 18 Dec 2020 11:45:24 -0500 Subject: Shrink images in docs to fit the window/screen. This is better for mobile in particular. --- docs/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/style.css b/docs/style.css index 740a5dd8..f48cad2b 100644 --- a/docs/style.css +++ b/docs/style.css @@ -65,6 +65,8 @@ table, th, td { max-width: 1000px; } +#content img { max-width: 100%; } + #header h1 { background-color: #d9d9d9; border-width: 0 0 1px 0; -- cgit v1.2.3