Skip to content

Commit

Permalink
Center name on home page (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgren authored Nov 22, 2024
1 parent ae82ad7 commit cd15b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/home/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<section class="col-span-1 hidden flex-col place-items-center xl:flex">
<DsekLogo class="size-48 pl-4 text-primary" />
{#if $page.data.member}
<div class="pt-2 text-2xl font-bold">
<div class="pt-2 text-center text-2xl font-bold">
{getFullName($page.data.member)}
</div>

Expand Down

0 comments on commit cd15b35

Please sign in to comment.