removed comments, made the image smaller, styled about-section div
authorMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 16:03:37 +0000 (17:03 +0100)
committerMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 16:03:37 +0000 (17:03 +0100)
style.css

index daf2d1a..40a92a9 100644 (file)
--- 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%
 }