Make repogroup pages responsive
Created by: attfarhan
Fixes https://github.com/sourcegraph/sourcegraph/pull/11783#discussion_r449064515.
Removes CSS grid and uses bootstrap row
and col
classes.
This makes it such that the two column layout becomes a single column layout on screens smaller than 992px.