You are here

twocol-6-6.css in AT Tools 8.3

.twocol-6-6 .arc--2 .l-r {
  width: 50%;
  float: left;
}

.twocol-6-6 .arc--2 .l-r:last-child {
  float: right;
  margin-right: 0;
}

File

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