diff options
-rw-r--r-- | _includes/post-list.liquid | 2 | ||||
-rw-r--r-- | index.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/_includes/post-list.liquid b/_includes/post-list.liquid index 542d902..2edc142 100644 --- a/_includes/post-list.liquid +++ b/_includes/post-list.liquid @@ -1,5 +1,5 @@ <div class="columns is-centered is-multiline"> - <p class="menu-label"> + <p class="menu-label has-text-centered"> Recent Posts </p> @@ -19,3 +19,4 @@ A running collection of posts about what I've been up to. There's a lot more in the works as I continue to get this site set up the way I want it. It's a work-in-progress currently but I've been enjoying the transition from my older sites. + |