ソースを参照

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

読み込み中…
キャンセル
保存