How do I center the “😃” between the rectangles?

Where it is currently _is_ the center of the parent, but I want it to be centered between the rectangles instead. Horizontally centered is the goal; vertically centered would be a nice bonus.

Image below; code here: https://gist.github.com/cliss/df21f012bfc44d94c033756bf970f1af

Centering Question

Centering Question. GitHub Gist: instantly share code, notes, and snippets.

Gist
@caseyliss If you’re not totally wedded to stacks, you can use Grid{}. You can set alignment and spans for every cell. It’s how I did my credit comparison view.
@hopscotchjalopy haha, that's exactly what I'm working on