Maintain two columns even in small device

i understand React-bootstrap auto-layout columns is making one column in small device.
But, I’d like to maintain two columns always. Meaning ListGroup is showing in left column always in any size screen.

Is there a way to do that?