banner2: dates no longer go below the title
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
</script>
|
||||
|
||||
{#snippet titles({title, subtitle, date}: {title: string, subtitle: string, date: string})}
|
||||
<h1 class="title">{title}</h1>
|
||||
<div class="title-container">
|
||||
<div class="title-text-container">
|
||||
<h1 class="title">{title}</h1>
|
||||
{#if subtitle}
|
||||
<p class="subtitle">[ {subtitle} ]</p>
|
||||
{/if}
|
||||
@@ -120,6 +120,8 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
align-self: flex-end;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
{/each}
|
||||
</div>
|
||||
<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>
|
||||
</Content>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user