Skip to content

Commit

Permalink
Space login buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Oct 28, 2024
1 parent 3499529 commit 36b0183
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/auth/oauth.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row">
<div class="col-4">
<div class="d-flex justify-content-between">
<div class="flex-grow-1 mx-1">
<button class="btn-google" data-url="{{ route('oauth', ['google']) }}">
<span class="icon">
{{ icon('loginGoogle') }}
Expand All @@ -10,7 +10,7 @@
</button>
</div>

<div class="col-4">
<div class="flex-grow-1 mx-1">
<button class="btn-fb" data-url="{{ route('oauth', ['facebook']) }}">
<span class="icon">
{{ icon('loginFacebook') }}
Expand All @@ -19,7 +19,7 @@
</button>
</div>

<div class="col-4">
<div class="flex-grow-1 mx-1">
<button class="btn-github" data-url="{{ route('oauth', ['github']) }}">
<span class="icon">
{{ icon('loginGithub') }}
Expand Down

0 comments on commit 36b0183

Please sign in to comment.