We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40ba1e commit 5b50b2cCopy full SHA for 5b50b2c
public/logo-dark.svg
resources/views/welcome.blade.php
@@ -25,7 +25,7 @@
25
<main id="app" class="flex flex-col items-center min-h-screen">
26
<header class="flex flex-col items-center flex-1 gap-12 text-center md:py-12">
27
<img src="{{ asset('logo.svg') }}" class="px-12 lg:h-32 dark:hidden mt-24">
28
- <img src="{{ asset('logo-dark.svg') }}" class="hidden px-12 lg:h-32 dark:block">
+ <img src="{{ asset('logo-dark.svg') }}" class="hidden px-12 lg:h-32 dark:block mt-24">
29
<h1 class="sr-only">NativePHP</h1>
30
<h3 class="px-6 mt-12 text-lg leading-tight lg:text-2xl md:text-xl">
31
NativePHP is a new way to build native applications,
0 commit comments