소스 검색

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

불러오는 중...
취소
저장