fix header spacing

This commit is contained in:
Thomas Ruoff
2023-01-09 00:52:01 +01:00
parent ead7ac1247
commit a3c015e1f6

View File

@@ -3,7 +3,7 @@ import Book from '../components/book'
export default function Home() {
return (
<>
<h1 className="text-xl font-extrabold">Buchungsanfrage</h1>
<h1 className="text-xl font-extrabold mb-6">Buchungsanfrage</h1>
<Book />
</>
)