You are here

fourcol-split-row-12--12--6-6.css in AT Tools 8.3

.fourcol-split-row-12--12--6-6 .hr--3-4 .l-r {
  width: 50%;
}

.fourcol-split-row-12--12--6-6 .hr--1-3-4 .l-r:nth-child(2),
.fourcol-split-row-12--12--6-6 .hr--2-3-4 .l-r:nth-child(2) {
  width: 50%;
}

.fourcol-split-row-12--12--6-6 .hr--1-3-4 .l-r:last-child,
.fourcol-split-row-12--12--6-6 .hr--2-3-4 .l-r:last-child {
  width: 50%;
}

.fourcol-split-row-12--12--6-6 .arc--4 .l-r:nth-child(3) {
  width: 50%;
}

.fourcol-split-row-12--12--6-6 .arc--4 .l-r:last-child {
  width: 50%;
}

File

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