v1.css 344 B

123456
  1. .justify-center-important {justify-content: center !important;}
  2. .justify-left-important {justify-content: flex-start !important;}
  3. .justify-right-important {justify-content: flex-end !important;}
  4. .px-1-important {padding: 0 4px !important;}
  5. .px-3-important {padding: 0 12px !important;}
  6. .items-center-important {align-items: center !important;}