minor spacing changes
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user