banner2: dates no longer go below the title
This commit is contained in:
@@ -24,9 +24,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#snippet titles({title, subtitle, date}: {title: string, subtitle: string, date: string})}
|
{#snippet titles({title, subtitle, date}: {title: string, subtitle: string, date: string})}
|
||||||
<h1 class="title">{title}</h1>
|
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<div class="title-text-container">
|
<div class="title-text-container">
|
||||||
|
<h1 class="title">{title}</h1>
|
||||||
{#if subtitle}
|
{#if subtitle}
|
||||||
<p class="subtitle">[ {subtitle} ]</p>
|
<p class="subtitle">[ {subtitle} ]</p>
|
||||||
{/if}
|
{/if}
|
||||||
@@ -120,6 +120,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
align-self: flex-end;
|
||||||
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|||||||
@@ -172,7 +172,7 @@
|
|||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
<p>to be expanded!</p>
|
<p>to be expanded!</p>
|
||||||
<p class="small-supertext">my own 88x31 button is in the making. ETA: ???</p>
|
<p class="small-supertext">currently trying to come up with ideas for my own 88x31 button</p>
|
||||||
</div>
|
</div>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user