aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-12-18 11:45:24 -0500
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-12-18 11:45:24 -0500
commitdc659bcfb7adbd9e65631507c29976d2903a3950 (patch)
treea457fa2f62fd68c30df9b0b050f792ec8c025d01 /docs/style.css
parentb3a3739eab13a076625ec5aaee7a8130f0c7a4c0 (diff)
downloadtextadept-dc659bcfb7adbd9e65631507c29976d2903a3950.tar.gz
textadept-dc659bcfb7adbd9e65631507c29976d2903a3950.zip
Shrink images in docs to fit the window/screen.
This is better for mobile in particular.
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css2
1 files changed, 2 insertions, 0 deletions
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;