
Hoping someone can help me understand where this space is coming from:
The two boxes with dice rolls are set to inline-block with a width of 50% using box-sizing: border-box. There's 0 margin and 0 padding. I had to turn on white-space: nowrap to figure out why the second box kept going under the first. I can get rid of the space by setting a negative left margin, but would rather not do that if I don't have to.
Any help would be greatly appreciated.