From 4e9a2a5a2f3518d2ca57957a9485795fd9c1132f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Courtin?= <berenice.courtin@gmail.com>
Date: Sat, 24 Sep 2022 14:13:47 +0000
Subject: [PATCH] Update docs/index.md

---
 docs/index.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 455265a..f090e1c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -75,10 +75,10 @@ _below how to add an image from an external site:_
 
 _below an image from the assets/images folder. Never use absolute paths (starting with /) when linking local images, always relative._
 
-![This is another caption](./images/week01/22_AV_COURTIN_Berenice_10.jpg){ width=300 align=left }
-![This is another caption](./images/week01/Capture d’écran 2022-06-22 à 21.21.10.png){ width=300 align=right }
-![This is another caption](./images/week01/ACT_FR_Bery-Bery_DSC00742.jpg){ width=300 align=left }
-![This is another caption](./images/week01/ACT_FR_Bery-Bery_DSC00736.jpg){ width=300 align=right }
+![This is another caption](./images/week01/22_AV_COURTIN_Berenice_10.jpg){ width=500 }
+![This is another caption](./images/week01/Capture d’écran 2022-06-22 à 21.21.10.png){ width=500 }
+![This is another caption](./images/week01/ACT_FR_Bery-Bery_DSC00742.jpg){ width=500 }
+![This is another caption](./images/week01/ACT_FR_Bery-Bery_DSC00736.jpg){ width=500 }
 
 <!-- This below clears both sides under "aligned" images - see two images above.
 Can also be used just as "clear: right;" rather than "clear: both;", if you are using an image on the right, for example.
-- 
GitLab