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 */
|
||||
.post-card .excerpt {
|
||||
max-height: 3.75rem;
|
||||
max-height: 5rem;
|
||||
}
|
||||
|
||||
.primary-tag-header {
|
||||
|
@ -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}}
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user