mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 09:17:33 +00:00
relax index spacing
This commit is contained in:
parent
bfedf7bda4
commit
c22b9fff6b
@ -214,7 +214,7 @@ footer {
|
|||||||
|
|
||||||
/* 5. Post Card */
|
/* 5. Post Card */
|
||||||
.post-card .excerpt {
|
.post-card .excerpt {
|
||||||
max-height: 3.75rem;
|
max-height: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-tag-header {
|
.primary-tag-header {
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{/author}}
|
{{/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}}
|
{{#foreach posts}}
|
||||||
{{> "post-card"}}
|
{{> "post-card"}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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}}
|
{{#foreach posts}}
|
||||||
{{> "post-card"}}
|
{{> "post-card"}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
2
tag.hbs
2
tag.hbs
@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{{/tag}}
|
{{/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}}
|
{{#foreach posts}}
|
||||||
{{> "post-card"}}
|
{{> "post-card"}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
Loading…
Reference in New Issue
Block a user