The content-container
component represents a container
to define the width for sections of content.
Used to define the width of content, and center this content within the overall layout.
N/A
Used to define a container of wide width.
<div class="content-container">
content-container
</div>
Used to define a container of medium width.
<div class="content-container--medium">
content-container--medium
</div>
Used to define a container of narrow width.
<div class="content-container--narrow">
content-container--narrow
</div>