diff --git a/project/README.md b/project/README.md
index c74b108bf5a1accd16de42c4bf8ee56e5303f076..1d63f20d1745fe04cf228dbbde6af3f0716cdf31 100644
--- a/project/README.md
+++ b/project/README.md
@@ -111,8 +111,7 @@ The features we can use for training our models are always based on the **pixel
 
 In the dummy example below, there is a 3x3 pixel image. Each pixel has three values: intensity of red, green and blue (**RGB**).
 
-
-<img align="right" width="20%" height="auto" src="figures/image_features.png">
+<img align="center" width="100%" height="auto" src="figures/image_features.png">
 
 By concatenating the color values of one pixel and then concatenating the pixels, we can represent the image as a 1D vector. The length of the vector is then equal to the number of pixels in the image multiplied by 3 (RGB).