Add unholy new SCSS section that serves as a red flag

This commit is contained in:
benjamin melançon 2018-11-19 02:51:40 -05:00
parent 3ad06421d4
commit 0b46208b5d

View file

@ -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;
}