3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-08-28 04:09:17 +00:00
coope/staticfiles/sass/layout/_wrapper.scss

21 lines
No EOL
395 B
SCSS

///
/// Stellar by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///
/* Wrapper */
#wrapper {
width: _size(inner);
max-width: calc(100% - 4em);
margin: 0 auto;
@include breakpoint(xsmall) {
max-width: calc(100% - 2em);
}
@include breakpoint(xxsmall) {
max-width: 100%;
}
}