Skip to content

Commit d45aa91

Browse files
committed
Fix logo position on mobile
1 parent d48d29c commit d45aa91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/views/welcome.blade.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020
<!-- / Fathom -->
2121
</head>
2222
<body class="w-full h-screen text-slate-900 bg-gray-50 dark:bg-gray-900 dark:text-white">
23-
<x-alert />
23+
<x-alert />
24+
2425
<main id="app" class="flex flex-col items-center justify-center min-h-screen">
2526
<header class="flex flex-col items-center justify-center flex-1 gap-12 text-center md:py-12">
26-
<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">
2728
<img src="{{ asset('logo-dark.svg') }}" class="hidden px-12 lg:h-32 dark:block">
2829
<h1 class="sr-only">NativePHP</h1>
2930
<h3 class="px-6 mt-12 text-lg leading-tight lg:text-2xl md:text-xl">

0 commit comments

Comments
 (0)