Here, the first flex item has flex-grow: 1;, while the second is set to the default, 0. The one with the bigger number gets the most space.
flex-grow: 1;
0
Make sure to pick 1.
1