set also vertical padding in layout

This commit is contained in:
Thomas Ruoff
2022-09-12 21:54:31 +02:00
parent 7013ca09ec
commit f44f7bfde8
2 changed files with 2 additions and 2 deletions

View File

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