Adjust middle banner width and margin to match other front page rows

This commit is contained in:
Connor Hudson 2018-07-05 15:26:34 -04:00
parent 4129a701e7
commit d1d7b2e711

View file

@ -53,6 +53,8 @@
@media only screen and (min-width: $tablet) and (max-width: $desktop - 1) {
.beta-middle-banner {
margin: 20px auto 40px auto;
width: $cols8;
height: initial;
flex-direction: column;