banner2: dates no longer go below the title

This commit is contained in:
2026-04-12 07:19:44 +02:00
parent 4e3e6a455e
commit 1b41127100
2 changed files with 4 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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>