mirror of
https://git.aramjonghu.nl/AramJonghu/aramjonghu-site.git
synced 2026-06-07 21:58:25 +02:00
Prettier through whole project. Updated home page to include
introduction. Includes container for projects, systems, and about section with animation.
This commit is contained in:
@@ -6,7 +6,7 @@ export default function Layout({ children }) {
|
||||
const theme = useTheme();
|
||||
|
||||
return (
|
||||
<div className="flex flex-col w-screen min-h-screen bg-ctp-base">
|
||||
<div className="flex flex-col min-h-screen bg-ctp-base">
|
||||
<Header theme={theme} />
|
||||
<main className="flex-1">{children}</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user