From e90cfd11f5ac6b7dba5c2c29a5012c10e63c33b8 Mon Sep 17 00:00:00 2001
From: Alexandre Kaspar <akaspar@mit.edu>
Date: Fri, 25 Oct 2019 13:00:30 -0400
Subject: [PATCH] Better sizes

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 0fc11c2..c82841c 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,7 @@ man make
 
 That should give you an interactive stream that you can go over (down/up arrows) and search through (`/` character, followed by search query).
 
-<img src="images/man_make.png" width="600">
+<img src="images/man_make.png" width="800">
 
 To exit that manual, just press `q` (quit).
 
@@ -229,7 +229,7 @@ How did we know the device label was `t44`?
 
 Well, the manual tells you that you can just query for the available names / devices with `avrdude -p ?`, which gives you a long list.
 
-<img src="images/avrdude_p.png" width="600">
+<img src="images/avrdude_p.png" height="400">
 
 You can do the same to find the list of available programmers (and you'll find `usbtiny`).
 
-- 
GitLab