Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
d3rpp committed Nov 20, 2024
1 parent 23cde6d commit af0d125
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/routes/(landing)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<!-- div to add background to pages solely affected by the landing layout -->

<div
class="min-h-landing-main h-auto bg-cover bg-center"
class="h-auto min-h-landing-main bg-cover bg-center"
style="background-image: url('/backgroundsAndAssets/newLandingBackground.jpg');background-attachment: fixed; background-size: cover; background-position: center;"
>
{@render children()}
{@render children()}
</div>
<LandingFooter />
10 changes: 9 additions & 1 deletion src/routes/(landing)/privacy-policy/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,15 @@
this request.
</p>

<p>If you would like to go through with account deletion please email us at <a href="mailto:jailbird@d3rpp.dev" class="hover:underline opacity-80">jailbird@d3rpp.dev</a></p>
<p>
If you would like to go through with account deletion please
email us at <a
href="mailto:jailbird@d3rpp.dev"
class="opacity-80 hover:underline"
>
jailbird@d3rpp.dev
</a>
</p>
</Card.Content>
</Card.Root>
</Main>
Expand Down

0 comments on commit af0d125

Please sign in to comment.