From 4f617c121ce86023050d54dae3cccedfafdb2c96 Mon Sep 17 00:00:00 2001 From: KerelOlivier Date: Sun, 27 Mar 2022 00:26:19 +0100 Subject: [PATCH] fix: education images too big --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index a223b5e..873c8e8 100644 --- a/styles.css +++ b/styles.css @@ -210,7 +210,7 @@ nav a:hover{ height: auto; } .education img{ - width: 100%; + width: 30%; height: auto; }