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