From 7bd5aa60f7635e2bf227d32e890b0b6100e4ca7f Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Tue, 21 Jul 2020 17:03:37 +0100 Subject: [PATCH] removed comments, made the image smaller, styled about-section div --- style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index daf2d1a..40a92a9 100644 --- a/style.css +++ b/style.css @@ -17,15 +17,19 @@ a:hover { color:#f39090; } +#about-section { + margin:auto; + padding:2em; + border-bottom:1px solid #333; +} + #post-list { - //background-color:aqua; margin:auto; padding:2em; - border-bottom:1px solid #333 + border-bottom:1px solid #333; } #post-list-item { - //background-color: green; width:80%; margin:auto; padding:.2em @@ -98,5 +102,5 @@ img{ padding:8px; border-radius:4px; margin:auto; - max-width:50% + max-width:25% } -- 2.20.1