Body blocks

The wrapper around the column system that spans the full width of the page

Classes

.body-blck

Block that spans the width of its container that is intended to be used directly in the <body> element.

.body-cont

A container to be used within .body-blck that spans $medium-max wide.

.body-cont-full

A container to be used within .body-blck that spans the full width of .body-blck.

Example

<div class="body-blck">
	<div class="body-cont">
		<div class="">...</div>
	</div>
</div>