You are here

threecol-3-3-6.css in AT Tools 8.3

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

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

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

.threecol-3-3-6 .arc--3 .l-r {
  width: 25%;
}

.threecol-3-3-6 .arc--3 .l-r:last-child {
  width: 50%;
}

File

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