about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-01-14 23:30:14 -0600
committerCase Duckworth2023-01-14 23:30:14 -0600
commitd3f3f458e1d4c241783671a958fd5e80ca75b4a9 (patch)
tree119f702dc759f33d0954561653985c9a2e1c60fd
parentWhitespace (diff)
downloadsuperstack-d3f3f458e1d4c241783671a958fd5e80ca75b4a9.tar.gz
superstack-d3f3f458e1d4c241783671a958fd5e80ca75b4a9.zip
Style images
-rw-r--r--superstack.php2
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;}
18img{max-width:100%;} 18img{max-width:100%;object-fit: contain;}
19</style> 19</style>
20 <body> 20 <body>
21 21