mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
improve styling for bigger screens
This commit is contained in:
committed by
Thomas Ruoff
parent
aeb03f3330
commit
96060d1415
@@ -6,14 +6,14 @@ import Wizard from '../components/wizard/index'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="mx-3 flex flex-col min-h-screen">
|
||||
<div className="wrapper">
|
||||
<Head>
|
||||
<title>Pfadi Bussle Buchen</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
|
||||
<Header />
|
||||
<main className="flex-grow">
|
||||
<main className="main">
|
||||
<Wizard />
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user