From 796e269488394df0d2e2034ef030ea6b0571280a Mon Sep 17 00:00:00 2001
From: Alexandre Kaspar <akaspar@mit.edu>
Date: Fri, 25 Oct 2019 12:24:57 -0400
Subject: [PATCH] Changed image sizes

---
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 35d5974..1d109f9 100644
--- a/index.html
+++ b/index.html
@@ -54,13 +54,13 @@ 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="800">
+<img src="images/man_make.png" width="600">
 
 To exit that manual, just press `q` (quit).
 
 To get some help and figure out how to use the manual functions, press `h` (help).
 
-<img src="images/man_help.png" width="600">
+<img src="images/man_help.png" width="400">
 
 Now, we're ready to start looking at those commands.
 
@@ -151,7 +151,7 @@ Most examples in the class are not named with that single same name because it w
 By naming the file `myprogram.c.make`, we know that the makefile is associated with the program `myprogram.c`, but then we have to specify the `makefile` that makes uses.
 
 Here is that argument in the manual:
-<img src="images/man_make_f.png" width="800">
+<img src="images/man_make_f.png" width="600">
 
 
 Back to the command, `make -f hello.ftdi.44.echo.c.make program-usbtiny` ends up running the target `program-usbtiny` in the makefile.
-- 
GitLab