spacing tweaks
This commit is contained in:
parent
38bd41deba
commit
0fc787adb4
2 changed files with 15 additions and 4 deletions
|
|
@ -103,13 +103,22 @@
|
|||
class="headline"
|
||||
class:xs="{clientWidth && clientWidth < 450}"
|
||||
>
|
||||
<div class="kicker m-0 body-caption" data-chromatic="ignore">
|
||||
<div
|
||||
class="kicker m-0 body-caption leading-tighter"
|
||||
data-chromatic="ignore"
|
||||
>
|
||||
{referral.kicker.name}
|
||||
</div>
|
||||
<div class="title m-0 body-caption" data-chromatic="ignore">
|
||||
<div
|
||||
class="title m-0 body-caption leading-tighter"
|
||||
data-chromatic="ignore"
|
||||
>
|
||||
{referral.title}
|
||||
</div>
|
||||
<div class="publish-time body-caption" data-chromatic="ignore">
|
||||
<div
|
||||
class="publish-time body-caption leading-tighter"
|
||||
data-chromatic="ignore"
|
||||
>
|
||||
{getTime(new Date(referral.display_time))}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,9 @@
|
|||
<div class="image"></div>
|
||||
{/if}
|
||||
</IntersectionObserver>
|
||||
<p class="body-caption font-bold" data-chromatic="ignore">{title}</p>
|
||||
<p class="body-caption font-bold leading-tighter" data-chromatic="ignore">
|
||||
{title}
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue