Skip to content

Commit

Permalink
Merge pull request #1148 from appwrite/fix-campaign-title
Browse files Browse the repository at this point in the history
fix: campaign title max width
  • Loading branch information
TorstenDittmann authored Jun 19, 2024
2 parents 38c5811 + 10adbbd commit 351ae38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/layout/unauthenticated.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
alt="promo" />

<div class="u-text-center">
<div class="is-only-mobile u-width-full-line">
<div class="is-only-mobile u-width-full-line auth-container">
<Heading
size="5"
tag="h3"
Expand All @@ -90,7 +90,7 @@
{generateTitle()}
</Heading>
</div>
<div class="is-not-mobile u-width-full-line">
<div class="is-not-mobile u-width-full-line auth-container">
<Heading
size="4"
tag="h3"
Expand Down

0 comments on commit 351ae38

Please sign in to comment.