Landing Page configs.

This commit is contained in:
Pongot, Jophiel 2024-01-09 06:31:42 +08:00
parent 0574bb2a41
commit b7f39a517b

View file

@ -37,6 +37,7 @@ export default function LandingPage() {
minHeight: "100%", minHeight: "100%",
minWidth: "100%", minWidth: "100%",
flexWrap: "wrap", flexWrap: "wrap",
backgroundColor: "#F2FAF4"
}} }}
> >
<div style={{ height: "auto", flex: 1, flexWrap: "wrap" }}> <div style={{ height: "auto", flex: 1, flexWrap: "wrap" }}>
@ -51,19 +52,26 @@ export default function LandingPage() {
> >
<div <div
style={{ style={{
minWidth: "30vw", minWidth: "80%",
borderRadius: 4, borderRadius: 4,
borderColor: "grey",
borderStyle: "solid",
borderWidth: 1, borderWidth: 1,
padding: 16, padding: 16,
margin: 64, margin: 64,
marginLeft: "1.2rem",
paddingBottom: "16vh", paddingBottom: "16vh",
paddingTop: "16vh", paddingTop: "15vh",
backgroundColor: "white",
boxShadow: "0px 4px 4px 0px rgba(0, 0, 0, 0.25)",
maxWidth: "35vw",
}} }}
> >
<p style={{ ...styles.text_dark, ...styles.text_L }}> <p style={{ ...styles.text_dark, ...styles.text_L }}>
CSM Inventory Welcome!
</p>
<p style={{ ...styles.text_dark, ...styles.text_M }}>
CSM Borrowing and Inventory
<br /> <br />
Monitoring and Management System Monitoring and Management System
</p> </p>