- Layout katalog dan porto clear
# No isuue
This commit is contained in:
2024-04-20 00:19:28 +08:00
parent ed28b7d7b2
commit e062632de7
40 changed files with 526 additions and 94 deletions

View File

@@ -144,6 +144,7 @@ export default function HomeLayout({
return (
<>
<Box>
{/* Header */}
<Box
style={{
zIndex: 99,
@@ -160,17 +161,27 @@ export default function HomeLayout({
</Title>
</Center>
</Box>
{/* Children */}
<Box p={"sm"} pos={"static"}>
{children}
<Stack>
{children}
<Box
style={{
height: "10vh",
}}
></Box>
</Stack>
</Box>
{/* Footer */}
<Box
style={{
zIndex: 98,
zIndex: 99,
}}
w={"100%"}
bg={"black"}
pos={"sticky"}
pos={"fixed"}
bottom={0}
h={"10vh"}
>