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}
|
||||||
{#if $$slots.dek}
|
{#if $$slots.dek}
|
||||||
<!-- Dek named slot-->
|
<!-- Dek named slot-->
|
||||||
<div class="dek fmx-auto fmb-5">
|
<div class="dek fmx-auto fmb-6">
|
||||||
<slot name="dek" />
|
<slot name="dek" />
|
||||||
</div>
|
</div>
|
||||||
{:else if dek}
|
{:else if dek}
|
||||||
<div class="dek fmx-auto fmb-5">
|
<div class="dek fmx-auto fmb-6">
|
||||||
{@html marked(dek)}
|
{@html marked(dek)}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
<slot name="byline" />
|
<slot name="byline" />
|
||||||
{:else if authors.length > 0 || publishTime}
|
{:else if authors.length > 0 || publishTime}
|
||||||
<Byline
|
<Byline
|
||||||
class="fmy-3"
|
class="fmy-4"
|
||||||
authors="{authors}"
|
authors="{authors}"
|
||||||
publishTime="{publishTime}"
|
publishTime="{publishTime}"
|
||||||
updateTime="{updateTime}"
|
updateTime="{updateTime}"
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div style="--heroHeight: {embedded ? '850px' : '100svh'}; display:contents;">
|
<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-->
|
<!-- Background media hero-->
|
||||||
{#if $$slots.background || img}
|
{#if $$slots.background || img}
|
||||||
<Block width="fluid" class="hero-headline background-hero fmt-0">
|
<Block width="fluid" class="hero-headline background-hero fmt-0">
|
||||||
|
|
@ -202,7 +202,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="hero-byline fmb-5">
|
<div class="hero-byline fmb-6">
|
||||||
{#if $$slots.byline}
|
{#if $$slots.byline}
|
||||||
<!-- Custom byline/dateline -->
|
<!-- Custom byline/dateline -->
|
||||||
<slot name="byline" />
|
<slot name="byline" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue