many visual alignments

This commit is contained in:
Thomas Ruoff
2020-11-26 00:38:34 +01:00
parent 4801525dc4
commit d546e98ab2
11 changed files with 84 additions and 95 deletions

View File

@@ -173,10 +173,9 @@ export default function BookingBillPage({
}
return (
<div className="mx-3 flex flex-col min-h-screen">
<Header />
<main className="flex-grow">
<h2 className="text-3xl">Abrechnung</h2>
<>
<Header label="Abrechung" />
<main className="main">
{booking && (
<form className="form" onSubmit={onSubmit}>
<div>
@@ -306,6 +305,6 @@ export default function BookingBillPage({
</main>
<Footer />
</div>
</>
)
}