Added a way to add html to content

This commit is contained in:
2023-09-04 00:24:56 +02:00
parent 4f5d822e11
commit a2e9c105ba
10 changed files with 269 additions and 25 deletions

View File

@@ -28,7 +28,7 @@ export const Layout = ({
/>
</Head>
<div
className={ "min-h-screen flex flex-col font-nunito" }
className={ "min-h-screen flex flex-col" }
>
<Header data={ data?.header } />
<div className="flex-1 text-gray-800 bg-gradient-to-br from-white to-gray-50 dark:from-gray-900 dark:to-gray-1000 flex flex-col">