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.
 
 
 

10 lines
129 B

  1. .ce_text {
  2. padding: 0 190px 2rem 190px;
  3. &.txt-col-3 {
  4. .text {
  5. column-count: 3;
  6. column-gap: 2rem;
  7. }
  8. }
  9. }