From: MatthewOwens Date: Mon, 20 Jul 2020 12:20:45 +0000 (+0100) Subject: image css X-Git-Url: https://git.owens.tech/assets/static/gitweb.js/assets/static/gitweb.js/git?a=commitdiff_plain;h=606950c9051c93da9344f422efb6bf35bde0d86c;p=website.git image css --- 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% +}