9 lines
341 B
SCSS
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;
|
|
}
|
|
|