relax index spacing

This commit is contained in:
Damillora 2019-11-26 02:33:48 +07:00
parent bfedf7bda4
commit c22b9fff6b
4 changed files with 4 additions and 4 deletions

View File

@ -214,7 +214,7 @@ footer {
/* 5. Post Card */
.post-card .excerpt {
max-height: 3.75rem;
max-height: 5rem;
}
.primary-tag-header {

View File

@ -49,7 +49,7 @@
</div>
{{/author}}
<div class="flex flex-wrap justify-start post-feed content w-full px-4">
<div class="flex flex-wrap justify-start post-feed content w-full px-2">
{{#foreach posts}}
{{> "post-card"}}
{{/foreach}}

View File

@ -6,7 +6,7 @@
</div>
</div>
</div>
<div class="flex flex-wrap justify-start post-feed content w-full px-4">
<div class="flex flex-wrap justify-start post-feed content w-full px-2">
{{#foreach posts}}
{{> "post-card"}}
{{/foreach}}

View File

@ -27,7 +27,7 @@
</div>
{{/tag}}
<div class="flex flex-wrap justify-start post-feed content w-full px-4">
<div class="flex flex-wrap justify-start post-feed content w-full px-2">
{{#foreach posts}}
{{> "post-card"}}
{{/foreach}}