open-nomad/ui/app/styles/core/section.scss
2020-01-23 16:34:24 -08:00

13 lines
147 B
SCSS

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