From: MatthewOwens Date: Tue, 21 Jul 2020 16:03:37 +0000 (+0100) Subject: removed comments, made the image smaller, styled about-section div X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=7bd5aa60f7635e2bf227d32e890b0b6100e4ca7f;p=website.git removed comments, made the image smaller, styled about-section div --- 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% }