sass-site/source/code-snippets/_homepage-operators-scss.md
2013-02-23 22:04:16 -08:00

191 B

.container { width: 100%; }

article[role="main"] {
  float: left;
  width: 600px / 960px * 100%;
}

aside[role="complimentary"] {
  float: right;
  width: 300px / 960px * 100%;
}