open-nomad/ui/app/styles/core/section.scss
2020-06-24 20:37:12 -07:00

13 lines
149 B
SCSS

.section {
padding: 1.5rem;
max-width: 1200px;
&.with-headspace {
margin-top: 1.5rem;
}
&.is-full-width {
max-width: 100%;
}
}