You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
236 B

  1. import { container } from "assets/jss/nextjs-material-kit.js";
  2. const completedStyle = {
  3. section: {
  4. padding: "70px 0"
  5. },
  6. container: {
  7. ...container,
  8. textAlign: "center !important"
  9. }
  10. };
  11. export default completedStyle;