mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
12 lines
144 B
SCSS
12 lines
144 B
SCSS
|
.sl-l-container {
|
||
|
margin: {
|
||
|
right: auto;
|
||
|
left: auto;
|
||
|
};
|
||
|
padding: {
|
||
|
right: 2rem;
|
||
|
left: 2rem;
|
||
|
};
|
||
|
max-width: 120rem;
|
||
|
}
|