In order to position the elements of the footer in a single row, we'll use the column class.

Add a .column rule in which you set min-width to 300px and display to inline-block.

Psst: inline-block lets block elements keep their widths and heights, but lines them up in a row.