UNPKG

next-material-kit

Version:

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

29 lines (26 loc) 486 B
import { title } from "styles/jss/nextjs-material-kit.js"; const workStyle = { section: { padding: "70px 0", }, title: { ...title, marginBottom: "50px", marginTop: "30px", minHeight: "32px", textDecoration: "none", textAlign: "center", }, description: { color: "#999", textAlign: "center", }, textCenter: { textAlign: "center", }, textArea: { marginRight: "15px", marginLeft: "15px", }, }; export default workStyle;