You are here

fourcol-2-2-3-5.css in AT Tools 8.3

.fourcol-2-2-3-5 .arc--2 .l-r {
  width: 33.33333%;
}

.fourcol-2-2-3-5 .arc--2 .l-r:last-child {
  width: 66.66667%;
}

.fourcol-2-2-3-5 .arc--4 .l-r:nth-child(3) {
  width: 25%;
}

.fourcol-2-2-3-5 .arc--3 .l-r:first-child,
.fourcol-2-2-3-5 .arc--4 .l-r {
  width: 16.66667%;
}

.fourcol-2-2-3-5 .arc--3 .l-r,
.fourcol-2-2-3-5 .arc--4 .l-r:last-child {
  width: 41.66667%;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-flex/css/fourcol/fourcol-2-2-3-5.css
View source
  1. .fourcol-2-2-3-5 .arc--2 .l-r {
  2. width: 33.33333%;
  3. }
  4. .fourcol-2-2-3-5 .arc--2 .l-r:last-child {
  5. width: 66.66667%;
  6. }
  7. .fourcol-2-2-3-5 .arc--4 .l-r:nth-child(3) {
  8. width: 25%;
  9. }
  10. .fourcol-2-2-3-5 .arc--3 .l-r:first-child,
  11. .fourcol-2-2-3-5 .arc--4 .l-r {
  12. width: 16.66667%;
  13. }
  14. .fourcol-2-2-3-5 .arc--3 .l-r,
  15. .fourcol-2-2-3-5 .arc--4 .l-r:last-child {
  16. width: 41.66667%;
  17. }