open-nomad/ui/app/styles/core/section.scss

13 lines
147 B
SCSS
Raw Normal View History

2017-09-19 14:47:10 +00:00
.section {
padding: 1.5rem;
max-width: 1200px;
&.with-headspace {
margin-top: 1.5rem;
}
2017-09-19 14:47:10 +00:00
}
.full-width-section {
max-width: 100%;
}