diff options
-rw-r--r-- | superstack.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superstack.php b/superstack.php index 8eccd56..c02ae6d 100644 --- a/superstack.php +++ b/superstack.php | |||
@@ -15,7 +15,7 @@ $title = $doc->getElementsByTagName('title')[0]->textContent; | |||
15 | <head><title><?php echo $title ?> -- Superstack</title> | 15 | <head><title><?php echo $title ?> -- Superstack</title> |
16 | <style> | 16 | <style> |
17 | body{max-width:42em;padding:1em;margin:auto;font:18px/1.4 sans-serif;} | 17 | body{max-width:42em;padding:1em;margin:auto;font:18px/1.4 sans-serif;} |
18 | img{max-width:100%;} | 18 | img{max-width:100%;object-fit: contain;} |
19 | </style> | 19 | </style> |
20 | <body> | 20 | <body> |
21 | 21 | ||