Skip to content

Commit

Permalink
design changes because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
d3rpp committed Aug 15, 2024
1 parent 8cb1ac7 commit 6481e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/headers/landing-header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="flex items-center md:mr-4">
<!-- This is apparently svelte 5, this is cursed -->
<APPLICATION_ICON size="2.5rem" />
<span class="ml-2 h-6 font-bold sm:inline-block">{APPLICATION_NAME}</span>
<span class="ml-4 h-6 font-bold sm:inline-block text-lg">{APPLICATION_NAME}</span>
</div>

<div
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(landing)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</script>

<Main>
<div class="flex flex-col items-center justify-start">
<div class="flex flex-col items-start justify-start">
<h1 class="text-hero">Jail Bird</h1>

{#snippet onpending()}
Expand Down

0 comments on commit 6481e63

Please sign in to comment.