Sha256: db43d15f21e9032ab7c91d5c76f3d305ea10cf1f6ef5701e08bb8db99d7eaf03
Contents?: true
Size: 638 Bytes
Versions: 13
Compression:
Stored size: 638 Bytes
Contents
// Fixed-width, centered column for site content. // This will be deprecated and replaced with container-lg in future .container { width: $container-width; margin-right: auto; margin-left: auto; @include clearfix; } // Handy container styles that match our breakpoints // 768px .container-md { max-width: $container-md; margin-right: auto; margin-left: auto; } // 1004px - this matches the current fixed width: 980px + padding: px-3 .container-lg { max-width: $container-lg; margin-right: auto; margin-left: auto; } // 1280px .container-xl { max-width: $container-xl; margin-right: auto; margin-left: auto; }
Version data entries
13 entries across 13 versions & 3 rubygems