選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
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;