Fix footer on mobile (#5561)

This commit is contained in:
Dries Vints
2021-03-12 14:55:27 +01:00
committed by GitHub
parent 177e05beec
commit 471195d743

View File

@@ -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