Skip to content

Commit

Permalink
Fix footer on mobile (laravel#5561)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Mar 12, 2021
1 parent 177e05b commit 471195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</style>
</head>
<body class="antialiased">
<div class="relative flex items-top justify-center min-h-screen bg-gray-100 dark:bg-gray-900 sm:items-center sm:pt-0">
<div class="relative flex items-top justify-center min-h-screen bg-gray-100 dark:bg-gray-900 sm:items-center py-4 sm:pt-0">
@if (Route::has('login'))
<div class="hidden fixed top-0 right-0 px-6 py-4 sm:block">
@auth
Expand Down

0 comments on commit 471195d

Please sign in to comment.