From 0b46208b5d0fb8ad88c33c23feb29e513df9ab6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 19 Nov 2018 02:51:40 -0500 Subject: [PATCH] Add unholy new SCSS section that serves as a red flag --- agaric/sass/agaric/_component.section.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 agaric/sass/agaric/_component.section.scss 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; +} +