UNPKG

next-material-kit

Version:

NextJS Version of Material Kit React by Creative Tim (https://creative-tim.com)

21 lines (18 loc) 353 B
import { title } from "styles/jss/nextjs-material-kit.js"; const productStyle = { section: { padding: "70px 0", textAlign: "center", }, title: { ...title, marginBottom: "1rem", marginTop: "30px", minHeight: "32px", textDecoration: "none", }, description: { color: "#999", }, }; export default productStyle;