Skip to content

Commit

Permalink
fix: minor style and content issues (#112)
Browse files Browse the repository at this point in the history
* fix: maintain alignment horizontally

* feat: update typographic breadcrumb element

* updating 2023 to 2024
  • Loading branch information
mtwente authored Mar 8, 2024
1 parent ee093b6 commit 81434a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Breadcrumbs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<nav class="text-token flex justify-center p-4" aria-label="Breadcrumbs">
<ol class="breadcrumb">
<li class="crumb"><a class="anchor" href="{base}/blog">Blog</a></li>
<li class="crumb-separator" aria-hidden="true">/</li>
<li class="crumb-separator" aria-hidden="true">&#187;</li>
<li>
<a class="anchor" href={$page.url.pathname} aria-current="page" title={$page.data.meta.title}
>Aktueller Eintrag</a
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@

<section>
<p>
© 2023
© 2024
<span class="mx-2 opacity-10">|</span>
<a class="anchor" href="{base}/datenschutzerklaerung">Datenschutz</a>
<span class="mx-2 opacity-10">|</span>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/agenda/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
vielfältige Auswahl an Veranstaltungen, die im Raum Basel stattfinden.
</p>
<RadioGroup
display="flex"
display="flex items-center"
background="bg-white"
border="border-token border-primary-500"
active="variant-filled-primary"
Expand Down

0 comments on commit 81434a0

Please sign in to comment.