commit ba2c493f296babe7c0b91865ce1a0268ad82d608
parent a017bd2937a236bc4833114eb94ad037f584e389
Author: phoebos <ben@bvnf.space>
Date:   Fri, 30 Jun 2023 13:14:02 +0100
blog: scale imgs
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/blog/009-fulldeps.html b/blog/009-fulldeps.html
@@ -9,6 +9,7 @@
     body {font-family: sans-serif; padding: 2ch; margin: auto; max-width: 50em; color:black; background: #fff;}
     pre { margin: 0; padding: 1ch;}
     h1 { font-size: 1.4em;}
+    img { max-width: 100%; height: auto;}
     </style>
 </head>
 <body>
@@ -86,7 +87,7 @@ but it's fast enough for me.</p>
 
 <p>Here's a bar chart of number of total dependencies on my system:
 <figure><img src="/media/bar.png" alt="bar chart" height="480px"/></figure>
-And here is a histogram of the same information, showing how many just have 1 "dependency" (themselves).
+And here is a histogram of the same information, emphasizing how many just have 1 "dependency" (themselves).
 <figure><img src="/media/hist.png" alt="histogram of the same data" height="480px"/></figure>
 </p>