minor spacing changes

This commit is contained in:
2025-10-10 16:50:13 +05:30
parent 41e254f732
commit bf97f66835

View File

@@ -38,18 +38,18 @@ export default function Home() {
<Container maxWidth="lg">
<Box
sx={{
minHeight: "120vh",
minHeight: "100vh",
backgroundImage: "url('/extended_sigil.png')",
backgroundSize: "cover",
backgroundRepeat: "no-repeat",
backgroundPosition: "center",
backgroundPosition: "top center",
display: "flex",
flexDirection: "column",
}}
>
<Box sx={{ flex: 1 }} />
<Box sx={{ height: "60vh", overflowY: "auto", p: 2 }}>
<Box sx={{ height: "40vh", overflowY: "auto", p: 2 }}>
<Container
maxWidth="lg"
sx={{ bgcolor: "#1a1a1a", borderRadius: 3, p: 3, boxShadow: 6 }}