Primer's layout includes basic page containers and a single-tiered, fraction-based grid system. That sounds more complicated than it really is though—it's just containers, rows, and columns.
You can find all the below styles in `_layout.scss`.
## Contents
* Will be replaced with the ToC, excluding the "Contents" header
{:toc}
## Container
Center your page's contents with a `.container`.
{% highlight html %}
<divclass="container">
<!-- contents here -->
</div>
{% endhighlight %}
The container applies `width: 980px;` and uses horizontal `margin`s to center it.