From a3c015e1f6e1bdad1cd8ecb5183e51bb7b46d487 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 9 Jan 2023 00:52:01 +0100 Subject: [PATCH] fix header spacing --- pages/book.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/book.tsx b/pages/book.tsx index b6587ff..65e7e29 100644 --- a/pages/book.tsx +++ b/pages/book.tsx @@ -3,8 +3,8 @@ import Book from '../components/book' export default function Home() { return ( <> -

Buchungsanfrage

+

Buchungsanfrage

) -} +} \ No newline at end of file