fix(deadline-banner): center content; drop ml-auto on link
Deploy / verify (push) Successful in 37s
Deploy / deploy (push) Successful in 56s

ml-auto pushed the "Mehr" link to the right edge which cancelled
justify-center for the rest of the content. Remove it so the whole
row is centered when a link is present.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-04-19 11:05:03 +02:00
parent 62d25202a6
commit 7994d5e8d5
@@ -123,7 +123,7 @@
href={href}
target={newTab ? "_blank" : undefined}
rel={newTab ? "noopener noreferrer" : undefined}
class="ml-auto inline-flex items-center gap-1 underline-offset-2 hover:underline"
class="inline-flex items-center gap-1 underline-offset-2 hover:underline"
>
Mehr
<Icon icon="mdi:arrow-right" class="size-4" aria-hidden="true" />