mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
13 lines
149 B
SCSS
13 lines
149 B
SCSS
.section {
|
|
padding: 1.5rem;
|
|
max-width: 1200px;
|
|
|
|
&.with-headspace {
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
&.is-full-width {
|
|
max-width: 100%;
|
|
}
|
|
}
|