diff --git a/agaric/sass/agaric/_component.section.scss b/agaric/sass/agaric/_component.section.scss new file mode 100644 index 0000000..56d0e83 --- /dev/null +++ b/agaric/sass/agaric/_component.section.scss @@ -0,0 +1,9 @@ +// 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; +} +