Skip to content

Commit

Permalink
Merge pull request #45 from woorifisa-service-dev-4th/44-fix-layout-오…
Browse files Browse the repository at this point in the history
…류-수정

🚑: layout html, body 태그 충돌 오류 수정
  • Loading branch information
saebomnewspring authored Feb 3, 2025
2 parents 5e17430 + d620fb4 commit d7d93c4
Show file tree
Hide file tree
Showing 2 changed files with 6,956 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/(landing)/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ import "../globals.css";

export default function RootLayout({ children }) {
return (
<html lang="en">
<body
className="bg-gradient-to-b from-[#9CD6D7] to-white min-h-screen flex flex-col items-center"
>
<div
className="bg-gradient-to-b from-[#9CD6D7] to-white min-h-screen flex flex-col items-center">
{children}
</body>
</html>
</div>
);
}
Loading

0 comments on commit d7d93c4

Please sign in to comment.