Skip to content

Commit

Permalink
Fix width of external auth buttons on registration page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaszkadziela committed Jun 18, 2024
1 parent 5315195 commit 9c5013b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/auth/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ class="mt-1"

<!-- External Auth Providers -->
<div class="flex flex-col gap-2 justify-center md:flex-row">
<x-facebook-button class="md:w-56 w-full">
<x-facebook-button class="md:w-62 w-full">
{{ Lang::get('main.menu.register-with-provider', ['provider' => 'Facebook']) }}
</x-facebook-button>
<x-google-button class="md:w-56 w-full">
<x-google-button class="md:w-62 w-full">
{{ Lang::get('main.menu.register-with-provider', ['provider' => 'Google']) }}
</x-google-button>
</div>
Expand Down

0 comments on commit 9c5013b

Please sign in to comment.