|
|
|
@@ -82,10 +82,10 @@ body { font-family: 'PortalFont', Arial, Helvetica, sans-serif; } |
|
|
|
lang="it" |
|
|
|
className={`${GeistSans.variable} ${GeistMono.variable} h-full antialiased`} |
|
|
|
> |
|
|
|
<head> |
|
|
|
<body className="min-h-full flex flex-col"> |
|
|
|
{fontStyleCss && <style dangerouslySetInnerHTML={{ __html: fontStyleCss }} />} |
|
|
|
</head> |
|
|
|
<body className="min-h-full flex flex-col">{children}</body> |
|
|
|
{children} |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
); |
|
|
|
} |