diff --git a/blog/posts.json b/blog/posts.json index 8291784..84991bc 100644 --- a/blog/posts.json +++ b/blog/posts.json @@ -5,7 +5,7 @@ "date": "2026-02-28", "excerpt": "dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.", "content": "
dangrubb.net is fully functional and operating at 18% of potential. When Blog updates are posted, this score will increase to 19%.
", - "image": "./src/img/CannotConnect.JPEG", + "image": "/blog/src/img/CannotConnect.JPEG", "slug": "status" } ] diff --git a/blog/style.css b/blog/style.css index cf818cb..f17182b 100644 --- a/blog/style.css +++ b/blog/style.css @@ -256,7 +256,9 @@ a:focus-visible { color: #9d9aa4; font-size: 0.95rem; line-height: 1.6; - margin: 20px 0; + margin: 20px auto; + text-align: center; + max-width: 600px; } .blog-post-content p {