1
0
forked from SPC/spc-site
varvara_kaplenko/data/bmk/assets/sass/layout/_wrapper.scss

21 lines
383 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%;
}
}