You are here

sixcol-6-2x3.css in AT Tools 8.3

.sixcol-6-2x3 .arc--2 .l-r {
  width: 50%;
}

.sixcol-6-2x3 .arc--3 .l-r:first-child {
  width: 50%;
}

.sixcol-6-2x3 .arc--3 .l-r:nth-child(2) {
  width: 50%;
}

.sixcol-6-2x3 .arc--5 .l-r {
  width: 50%;
}

.sixcol-6-2x3 .arc--5 .l-r:last-child {
  width: 100%;
}

.sixcol-6-2x3 .arc--4 .l-r,
.sixcol-6-2x3 .arc--6 .l-r {
  width: 50%;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-flex/css/sixcol/sixcol-6-2x3.css
View source
  1. .sixcol-6-2x3 .arc--2 .l-r {
  2. width: 50%;
  3. }
  4. .sixcol-6-2x3 .arc--3 .l-r:first-child {
  5. width: 50%;
  6. }
  7. .sixcol-6-2x3 .arc--3 .l-r:nth-child(2) {
  8. width: 50%;
  9. }
  10. .sixcol-6-2x3 .arc--5 .l-r {
  11. width: 50%;
  12. }
  13. .sixcol-6-2x3 .arc--5 .l-r:last-child {
  14. width: 100%;
  15. }
  16. .sixcol-6-2x3 .arc--4 .l-r,
  17. .sixcol-6-2x3 .arc--6 .l-r {
  18. width: 50%;
  19. }