sass-site/source/code-snippets/_homepage-operators-css.md
2015-08-14 07:51:12 +02:00

164 B

.container {
  width: 100%;
}

article[role="main"] {
  float: left;
  width: 62.5%;
}

aside[role="complimentary"] {
  float: right;
  width: 31.25%;
}