|
- import { container, title } from "assets/jss/nextjs-material-kit.js";
-
- const landingPageStyle = {
- main: {
- background: "#000000",
- },
- title: {
- ...title,
- display: "inline-block",
- position: "relative",
- marginTop: "30px",
- minHeight: "32px",
- color: "#ffffff",
- textDecoration: "none"
- },
- subtitle: {
- fontSize: "1.313rem",
- maxWidth: "500px",
- margin: "10px auto 0"
- },
- };
-
- export default landingPageStyle;
|