Flex 'justify space between' not working as expected

So on my homepage I have a 2 column masonry style grid I’m making with dynamic lists. I have both columns in a container, and I’ve set a width of 45% to each column, for example. I make the parent container flex with “justify space between”, and I’d expect both columns to align to the far left and right of the container.

BUT, they don’t. There’s still a visible margin to the left and right of the columns. I’m probably doing something wrong here but any help is appreciated. Thanks!


Here is my public share link: LINK
(how to access public share link)

I have the same problem.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.