From 606950c9051c93da9344f422efb6bf35bde0d86c Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Mon, 20 Jul 2020 13:20:45 +0100 Subject: [PATCH] image css --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 3bde247..7c6330a 100644 --- a/style.css +++ b/style.css @@ -72,3 +72,10 @@ header h1 { #rsslink { float:right } +img{ + display:block; + padding:8px; + border-radius:4px; + margin:auto; + max-width:50% +} -- 2.20.1