improve styling for bigger screens

This commit is contained in:
Thomas Ruoff
2020-08-31 21:52:18 +02:00
committed by Thomas Ruoff
parent aeb03f3330
commit 96060d1415
4 changed files with 27 additions and 10 deletions

View File

@@ -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 />