index.scss 88 B

12345
  1. .ql-align-center {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. }