<div class="grid-container">
<div class="column-two-thirds">
<h2 class="h2">There's a horizontal rule under this heading.</h2>
<hr/>
</div>
</div>
<div class="grid-container">
<div class="column-two-thirds">
<h2 class="h2">There's a horizontal rule under this heading.</h2>
<hr/>
</div>
</div>
/* No context defined for this component. */
hr {
display: block;
clear: both;
background: $grey-2;
border: 0;
height: 1px;
margin-top: $gutter;
margin-bottom: $gutter;
padding: 0;
}
There are no notes for this item.