From 5357ec72f1cf91a0dec635bb0a07851e6325ff6b Mon Sep 17 00:00:00 2001 From: Blake Byer <143546151+blakebyer@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:17:44 -0400 Subject: [PATCH] Update blog.html --- docs/blog.html | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/docs/blog.html b/docs/blog.html index 80eaf96..8c10df2 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -57,6 +57,16 @@ section { margin-top: 20px; } + .post { + margin-bottom: 20px; + } + .post h2 { + margin: 0; + font-size: 1.8em; + } + .post p { + margin-bottom: 10px; + } footer { text-align: center; padding: 10px 0; @@ -80,18 +90,33 @@
Content of your blog goes here.