I learn Reactjs and Javascript and now I have this react-bootstrap NavBar and wonder how to make this search input component move closer to the image. I hade a CodeSandbox
I use Media Queries but cant understand why the logo image take up(push) all space so the search input cant move to the left and center nicely. I set media Queries breakpoints at 1410px, 1216px, 992px and try to handle it in css but I cant find css details at react-bootstrap for this.
Please advice
I know the react-bootstrap fluid will evenly space out Components but are there some why to get finer grain control for positioning when screen size
change?
Maybe I ask to much from React-bootstrap or there is some better library or way to do this?
This red ring I wrote here show the problem:
