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.
 
 

15 lines
265 B

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