Sha256: de09071f677e1fa45af3e8d42983f3ceae25384803335d6762bd741b9f1d72d9
Contents?: true
Size: 505 Bytes
Versions: 62
Compression:
Stored size: 505 Bytes
Contents
/*------------------------------------*\ #CONTENT-WRAPPER \*------------------------------------*/ /** * Wraps a portion of a page's content to center the content at a given width. * This is useful for full-bleed sites where some internal content should be * full width unless the viewport is very wide. */ $content-wrapper-padding: 0 $spacing-unit !default; .content-wrapper, %content-wrapper { margin: 0 auto; padding: $content-wrapper-padding; max-width: $x-wide-breakpoint; }
Version data entries
62 entries across 62 versions & 1 rubygems