You are here

twocol-4-8.css in AT Tools 8.3

.twocol-4-8 .arc--2 .l-r {
  width: 33.33333%;
  float: left;
}

.twocol-4-8 .arc--2 .l-r:last-child {
  width: 66.66667%;
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/twocol/twocol-4-8.css
View source
  1. .twocol-4-8 .arc--2 .l-r {
  2. width: 33.33333%;
  3. float: left;
  4. }
  5. .twocol-4-8 .arc--2 .l-r:last-child {
  6. width: 66.66667%;
  7. float: right;
  8. margin-right: 0;
  9. }