We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48d29c commit d45aa91Copy full SHA for d45aa91
resources/views/welcome.blade.php
@@ -20,10 +20,11 @@
20
<!-- / Fathom -->
21
</head>
22
<body class="w-full h-screen text-slate-900 bg-gray-50 dark:bg-gray-900 dark:text-white">
23
- <x-alert />
+ <x-alert />
24
+
25
<main id="app" class="flex flex-col items-center justify-center min-h-screen">
26
<header class="flex flex-col items-center justify-center flex-1 gap-12 text-center md:py-12">
- <img src="{{ asset('logo.svg') }}" class="px-12 lg:h-32 dark:hidden">
27
+ <img src="{{ asset('logo.svg') }}" class="px-12 lg:h-32 dark:hidden mt-12 lg:mt-auto">
28
<img src="{{ asset('logo-dark.svg') }}" class="hidden px-12 lg:h-32 dark:block">
29
<h1 class="sr-only">NativePHP</h1>
30
<h3 class="px-6 mt-12 text-lg leading-tight lg:text-2xl md:text-xl">
0 commit comments