From 17f22fac73c5c682abb10a2260590f5b350adc5e Mon Sep 17 00:00:00 2001 From: KyleDOT Date: Sun, 4 Aug 2024 21:55:14 +0930 Subject: [PATCH] Fixes --- blog/home.html | 2 +- blog/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/home.html b/blog/home.html index 6c4ae9f..d08e2ba 100755 --- a/blog/home.html +++ b/blog/home.html @@ -13,7 +13,7 @@

2024-07-01 Niche Number Plates

2024-08-04 Vexillology - Part I

-
+

By Category

Life

Nerd

diff --git a/blog/style.css b/blog/style.css index 81cbace..e2dbf58 100755 --- a/blog/style.css +++ b/blog/style.css @@ -3,7 +3,7 @@ h1 {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;} p {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;} a {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;} -.clear {clear: both;} +.clear {clear: both; } .container_index { display: grid; grid-template-columns: 1fr 1fr;