I built personal projects and have problems with Flexbox. I can do it smoothly with space-between in a three-element case, but I could not do it with two elements.
I want to center the logo on the screen, leaving the left side blank. There are items on the right, but I cannot align the logo exactly.
How can I center this logo to cover items?
=> What I'm trying (not center)
CodeSandbox Example: Here