mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
set also vertical padding in layout
This commit is contained in:
@@ -6,7 +6,7 @@ export default function Home({ children }: { children: React.ReactNode }) {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Header />
|
<Header />
|
||||||
<main className="max-w-7xl mx-auto px-4 sm:px-6">{children}</main>
|
<main className="max-w-7xl mx-auto p-4 sm:p-6">{children}</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import Book from '../components/book'
|
|||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<h1 className="mb-3 text-xl font-extrabold">Buchungsanfrage</h1>
|
<h1 className="text-xl font-extrabold">Buchungsanfrage</h1>
|
||||||
<Book />
|
<Book />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user