chore: replace custom styling with Verse component

This commit is contained in:
Stefan Imhoff
2023-04-13 14:58:26 +02:00
parent 52504a070f
commit 00c06fce72

View File

@@ -12,6 +12,7 @@ import { mapping } from '../mdx-components';
<PageTitle grid="wide" innerGrid>Not Found.</PageTitle> <PageTitle grid="wide" innerGrid>Not Found.</PageTitle>
<Verse <Verse
class="z-10 col-start-1 col-end-17 row-start-2 text-3 italic mbe-10 mbs-10 md:col-start-3 md:col-end-9" class="z-10 col-start-1 col-end-17 row-start-2 text-3 italic mbe-10 mbs-10 md:col-start-3 md:col-end-9"
variant="left"
> >
<Haiku components={mapping} /> <Haiku components={mapping} />
</Verse> </Verse>