Skip to content

Commit a4716b6

Browse files
committed
style: improve footer
1 parent 8506ba2 commit a4716b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/lib/components/Footer.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<footer class="w-full pb-2 px-6 text-sm">
1313
<div
14-
class="group flex items-center justify-center gap-3 text-ctp-text/35 transition-colors hover:text-ctp-subtext1"
14+
class="group flex flex-col sm:flex-row items-center justify-center sm:gap-3 text-ctp-text/35 transition-colors hover:text-ctp-subtext1 text-center"
1515
>
1616
{#if lastUpdatedAt}
17-
<span class="font-mono" title={lastUpdatedAt.toLocaleString()}>
17+
<span class="font-mono text-balance" title={lastUpdatedAt.toLocaleString()}>
1818
data updated <RelativeTime datetime={lastUpdatedAt} />
1919
</span>
20-
<span>•</span>
20+
<span class="hidden sm:inline">•</span>
2121
{/if}
2222
{#if commitHash !== 'dev'}
2323
<a

0 commit comments

Comments
 (0)