Fix footer on mobile (#5561)
This commit is contained in:
parent
177e05beec
commit
471195d743
|
@ -21,7 +21,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="antialiased">
|
<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'))
|
@if (Route::has('login'))
|
||||||
<div class="hidden fixed top-0 right-0 px-6 py-4 sm:block">
|
<div class="hidden fixed top-0 right-0 px-6 py-4 sm:block">
|
||||||
@auth
|
@auth
|
||||||
|
|
Loading…
Reference in New Issue