From 36e87b290ff7e4012333ff41ffead1e864ed44e7 Mon Sep 17 00:00:00 2001 From: malik Date: Tue, 23 Jan 2024 21:24:06 +0100 Subject: [PATCH] Fixed broken cat pictures in chrome --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e3a38c1..1a08420 100644 --- a/css/style.css +++ b/css/style.css @@ -143,7 +143,7 @@ h2{ } #catpics img{ - width: 100%; + width: 50%; margin: 8px; box-shadow: 10px 10px 10px; }