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

Optimized responsive layout.

This commit is contained in:
Cotes Chung
2020-06-07 00:42:21 +08:00
parent 34d54f9349
commit ba47cc0509
3 changed files with 88 additions and 81 deletions

View File

@@ -53,7 +53,7 @@ layout: page
{% for post in posts %}
<div class="post-preview">
<div class="d-flex justify-content-between align-items-center pr-2">
<div class="d-flex justify-content-between align-items-center pr-xl-2">
<h1><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h1>
{% if post.pin %}
<i class="fas fa-thumbtack fa-fw fa-sm text-muted pinned" data-toggle="tooltip" data-placement="top"