byline spacings
This commit is contained in:
parent
e2780e75ae
commit
917bcc9cc7
2 changed files with 5 additions and 5 deletions
|
|
@ -98,11 +98,11 @@
|
|||
{/if}
|
||||
{#if $$slots.dek}
|
||||
<!-- Dek named slot-->
|
||||
<div class="dek fmx-auto fmb-5">
|
||||
<div class="dek fmx-auto fmb-6">
|
||||
<slot name="dek" />
|
||||
</div>
|
||||
{:else if dek}
|
||||
<div class="dek fmx-auto fmb-5">
|
||||
<div class="dek fmx-auto fmb-6">
|
||||
{@html marked(dek)}
|
||||
</div>
|
||||
{/if}
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
<slot name="byline" />
|
||||
{:else if authors.length > 0 || publishTime}
|
||||
<Byline
|
||||
class="fmy-3"
|
||||
class="fmy-4"
|
||||
authors="{authors}"
|
||||
publishTime="{publishTime}"
|
||||
updateTime="{updateTime}"
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
</script>
|
||||
|
||||
<div style="--heroHeight: {embedded ? '850px' : '100svh'}; display:contents;">
|
||||
<div class="hero-wrapper fmb-7" class:embedded="{embedded}">
|
||||
<div class="hero-wrapper fmb-6" class:embedded="{embedded}">
|
||||
<!-- Background media hero-->
|
||||
{#if $$slots.background || img}
|
||||
<Block width="fluid" class="hero-headline background-hero fmt-0">
|
||||
|
|
@ -202,7 +202,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hero-byline fmb-5">
|
||||
<div class="hero-byline fmb-6">
|
||||
{#if $$slots.byline}
|
||||
<!-- Custom byline/dateline -->
|
||||
<slot name="byline" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue