UNPKG

next-material-kit

Version:

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

17 lines (14 loc) 281 B
import { container, title } from "styles/jss/nextjs-material-kit.js"; const pillsStyle = { section: { padding: "70px 0", }, container, title: { ...title, marginTop: "30px", minHeight: "32px", textDecoration: "none", }, }; export default pillsStyle;