mlut documentation

4.1.5 #css_lib.helpers.wrapper Wrapper

Toggle example guides Toggle HTML markup

The helper-container for the main content of the page. The maximum width is set in the settings. The default is 1200px.

The container has sides padding that equal to gutters so that the content does not stick to sides on small screens. On wide screens the container is centered.

Example

Simple text

Some content

Markup: ../examples/css_lib-helpers/wrapper/wrapper.html
<div class="wrapper">
	<h1>Simple text</h1>
	<p>Some content</p>
</div>
Source: ../packages/core/src/sass/css/helpers/wrapper.scss, line 3