Sha256: 7588304c6d6b452623ad4a24b22a585e1386b886ff441da019b42f061840be9f
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 Bytes
Contents
// // Layouts // -------------------------------------------------- // Container (centered, fixed-width layouts) .container { @include ctb-container-fixed(); } // Fluid layouts (left aligned, with sidebar, min- & max-width content) .container-fluid { padding-right: $gridGutterWidth; padding-left: $gridGutterWidth; @include ctb-clearfix(); }
Version data entries
4 entries across 4 versions & 1 rubygems