From 7836da1c254192cc1b307bb4bd6217b3930b9b20 Mon Sep 17 00:00:00 2001 From: marttoygoy4 <80398595+marttoygoy4@users.noreply.github.com> Date: Sun, 21 Mar 2021 09:00:52 +0200 Subject: [PATCH] Update style.css Added padding and smaller max-width --- data/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/style.css b/data/style.css index ca4e70b..1caaa01 100644 --- a/data/style.css +++ b/data/style.css @@ -29,7 +29,8 @@ footer { } img { - max-width: 600px ; + padding-left: 120px; + max-width: 250px ; width: 100% ; margin: auto ; display: block ;