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

13 lines
149 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;
}
2020-06-25 03:37:12 +00:00
&.is-full-width {
max-width: 100%;
}
}