1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

chore: center align preview image caption (#633)

Resolve #633
This commit is contained in:
Cotes Chung 2022-07-02 18:05:03 +08:00
parent 378b65a061
commit 5eb329f36c
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808

View File

@ -50,7 +50,7 @@ tail_includes:
{% endif %}>
{% if page.image.alt %}
<figcaption class="pt-2 pb-2">{{ page.image.alt }}</figcaption>
<figcaption class="text-center pt-2 pb-2">{{ page.image.alt }}</figcaption>
{% endif %}
</div>