1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

feat(layout): center the footer

This commit is contained in:
Cotes Chung
2023-09-07 01:58:03 +08:00
parent 62bcd601fc
commit 41b8f9f519
9 changed files with 77 additions and 141 deletions

View File

@@ -40,7 +40,7 @@ refactor: true
{% endfor %}
{% endif %}
<div id="post-list">
<div id="post-list" class="pe-xl-2">
{% for post in posts %}
<a href="{{ post.url | relative_url }}" class="card-wrapper">
<div class="card post-preview flex-md-row-reverse">