Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 92bfcc7

Browse files
authored
fix: login forgot password responsiveness (#38)
1 parent c558f0f commit 92bfcc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/auth/login.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ class="w-full"
7777
</div>
7878
</div>
7979

80-
<div class="flex flex-col-reverse space-y-4 sm:space-y-0 sm:flex-row items-center justify-between">
80+
<div class="flex flex-col-reverse space-y-4 md:space-y-0 md:flex-row items-center justify-between">
8181
@if(Route::has('password.request'))
82-
<div class="flex-1 mt-8 sm:mt-0">
82+
<div class="flex-1 mt-8 md:mt-0">
8383
<a href="{{ route('password.request') }}" class="link">@lang('fortify::auth.sign-in.forgot_password')</a>
8484
</div>
8585
@endif

0 commit comments

Comments
 (0)