瀏覽代碼

css bug fix

Sviluppo_Carrello_Immagini
Lorenzo Pollutri 1 月之前
父節點
當前提交
e6e2756c85
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      app/layout.tsx

+ 3
- 3
app/layout.tsx 查看文件

@@ -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>
);
}

Loading…
取消
儲存