You are here

threecol-5-5-2.css in AT Tools 8.3

.threecol-5-5-2 .hr--1-2 .l-r {
  width: 50%;
}

.threecol-5-5-2 .hr--1-3 .l-r,
.threecol-5-5-2 .hr--2-3 .l-r {
  width: 83.33333%;
}

.threecol-5-5-2 .hr--1-3 .l-r:last-child,
.threecol-5-5-2 .hr--2-3 .l-r:last-child {
  width: 16.66667%;
}

.threecol-5-5-2 .arc--3 .l-r {
  width: 41.66667%;
}

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

File

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