Skip to content

Commit

Permalink
style: update text alignment for explore more regions link
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Flick committed May 17, 2024
1 parent 3a41091 commit 4200508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/region/black-atlantic/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<section class="my-4 @[600px]:my-0 @[600px]:col-start-2 @[600px]:justify-self-end">
<h2 class="h3">explore more regions</h2>
<ul>
<li class="mt-2 text-right">
<li class="mt-2 text-right lg:text-left">
<a
href="{base}/region/mediterranean"
class="btn border bg-tertiary-500 text-surface-900 hover:bg-surface-900 hover:text-tertiary-500 hover:filter-none"
Expand Down

0 comments on commit 4200508

Please sign in to comment.