Skip to content

fix layout of logo in jumbotron on tablets & phones

Dan Crosta requested to merge fix-responsive-layout into master

We had previously had a max-width on the image in the jumbotron, but I removed it in prep for the TV logo which is not square (I thought it looked better on large screens without the max-width); however, it seems that rule was necessary to prevent bad layouts on phones especially.

Before: before

After: after

Merge request reports