13 lines
147 B
SCSS
13 lines
147 B
SCSS
.section {
|
|
padding: 1.5rem;
|
|
max-width: 1200px;
|
|
|
|
&.with-headspace {
|
|
margin-top: 1.5rem;
|
|
}
|
|
}
|
|
|
|
.full-width-section {
|
|
max-width: 100%;
|
|
}
|