diff --git a/themes/grid/layout/partial/post/list.ejs b/themes/grid/layout/partial/post/list.ejs
index fc2a428..f92cb5c 100644
--- a/themes/grid/layout/partial/post/list.ejs
+++ b/themes/grid/layout/partial/post/list.ejs
@@ -1,35 +1,42 @@
<% page.posts.sort("date", "desc" ).each(function(post, i) { %>
-
-
+
\ No newline at end of file
diff --git a/themes/grid/source/css/style.less b/themes/grid/source/css/style.less
index bf5d3ff..12ca201 100644
--- a/themes/grid/source/css/style.less
+++ b/themes/grid/source/css/style.less
@@ -23,6 +23,9 @@ footer {
justify-content: center;
align-items: center;
}
+.tag-title {
+ min-width: 100px;
+}
.category-list, .category-list-child {
padding-left: 8px;
list-style-position: inside;