Skip to content

Commit

Permalink
add classes
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Sep 23, 2023
1 parent 73a9e17 commit 3094c26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/layout.js → src/app/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import './global.css'
export default function RootLayout({ children }) {
return (
<html lang="en">
<body className="body">{children}</body>
<body className="flex flex-col bg-slate-300">
<main>{children}</main>
</body>
</html>
)
}

0 comments on commit 3094c26

Please sign in to comment.