image css
authorMatthewOwens <matthew@owens.tech>
Mon, 20 Jul 2020 12:20:45 +0000 (13:20 +0100)
committerMatthewOwens <matthew@owens.tech>
Mon, 20 Jul 2020 12:20:45 +0000 (13:20 +0100)
style.css

index 3bde247..7c6330a 100644 (file)
--- 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%
+}