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 @@
+
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;