common.scss 89 B

123456
  1. @mixin centerBox {
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. }