Add unholy new SCSS section that serves as a red flag
This commit is contained in:
parent
3ad06421d4
commit
0b46208b5d
1 changed files with 9 additions and 0 deletions
9
agaric/sass/agaric/_component.section.scss
Normal file
9
agaric/sass/agaric/_component.section.scss
Normal 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;
|
||||
}
|
||||
|
Loading…
Reference in a new issue