patternlibrary/agaric/sass/agaric/_component.section.scss
2018-11-19 02:51:40 -05:00

9 lines
341 B
SCSS

// See ../../../node_modules/bulma/sass/layout/section.sass
// When we break out of the flow, we need to undo the vertical spacing sections
// have added with their padding. TODO find a fix that works if we're not the
// top paragraph breaking out of a flow that doesn't have anything in it yet.
.section-restitch {
margin-top: -6em;
}