Skip to content

Commit 79e04c2

Browse files
committed
Improve homepage layout
1 parent 989e1e9 commit 79e04c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/welcome.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<body class="w-full h-screen text-slate-900 bg-gray-50 dark:bg-gray-900 dark:text-white">
2323
<x-alert />
2424

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">
27-
<img src="{{ asset('logo.svg') }}" class="px-12 lg:h-32 dark:hidden mt-12 lg:mt-0">
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">
2828
<img src="{{ asset('logo-dark.svg') }}" class="hidden px-12 lg:h-32 dark:block">
2929
<h1 class="sr-only">NativePHP</h1>
3030
<h3 class="px-6 mt-12 text-lg leading-tight lg:text-2xl md:text-xl">

0 commit comments

Comments
 (0)