diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-06-12 20:20:40 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-06-12 20:20:40 -0400 |
commit | 3abae98554969a47590bb05ccb17a5705c024ec9 (patch) | |
tree | f30525f4ac14076af3d327ca5ba77ff01ad98ac3 | |
parent | 9caf57c3b642391325e9e70e03cead529f02516f (diff) | |
download | cobalt-site-3abae98554969a47590bb05ccb17a5705c024ec9.tar.xz cobalt-site-3abae98554969a47590bb05ccb17a5705c024ec9.zip |
Centered post list title.
-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. + |