mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
11 lines
349 B
SCSS
11 lines
349 B
SCSS
// ==========================================================================
|
|
// Container
|
|
// ==========================================================================
|
|
.o-container {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
padding-right: rem($padding);
|
|
padding-left: rem($padding);
|
|
max-width: rem($max-width) + rem($padding * 2);
|
|
}
|