Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

nickfrez / unb-pretty   js

Repository URL to install this package:

/ modules / containers.styl

// ############################################################################
// Pages / Containers
// ############################################################################
//
// Various containers for both fluid and fixed layouts.
//
//
// TODO(nick): What is a good set of containers?
//
//             - fluid
//             - fixed
//             - centered
//             - left/right justified?
//             - full width?
//

$container--fluid--centered {
    margin: auto;
    width: 90%;
}