mirror of
https://github.com/nanoy42/coope
synced 2024-11-04 17:06:27 +00:00
21 lines
No EOL
395 B
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%;
|
|
}
|
|
} |