Skip to content

Commit

Permalink
style(frontend): expand space available for main title (#2089)
Browse files Browse the repository at this point in the history
# Motivation

As per request, we expand the main title to occupy the available space.

### Before

<img width="1029" alt="Screenshot 2024-08-21 at 14 47 53"
src="https://github.com/user-attachments/assets/0033c32b-623e-44d6-a08a-7604cee7758d">

### After

<img width="1028" alt="Screenshot 2024-08-21 at 14 47 44"
src="https://github.com/user-attachments/assets/03aed194-38f8-4e73-8bae-73fb92538c8d">

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent fc2c90a commit ddaa5c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/frontend/src/lib/components/hero/HeroSignIn.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>

<div class="mt-5 mb-10 pt-2">
<h1 class="text-off-white text-4xl max-w-[22rem] text-center">
<h1 class="text-off-white text-4xl text-center">
{$i18n.auth.text.title}
</h1>
</div>
Expand Down

0 comments on commit ddaa5c7

Please sign in to comment.