2018-08-07 15:49:34 -05:00
|
|
|
.footer-sponsors {
|
|
|
|
display: flex;
|
2018-08-13 15:38:15 -05:00
|
|
|
flex-direction: column;
|
2018-08-07 15:49:34 -05:00
|
|
|
flex-wrap: wrap;
|
|
|
|
align-content: center;
|
|
|
|
align-items: center;
|
2018-08-13 15:38:15 -05:00
|
|
|
justify-content: space-evenly;
|
2018-08-07 15:49:34 -05:00
|
|
|
|
|
|
|
.widget_text {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget_media_image {
|
|
|
|
flex: 0 1 auto;
|
|
|
|
h1 { @include sr-only; }
|
2018-08-13 15:38:15 -05:00
|
|
|
|
|
|
|
img {
|
|
|
|
margin: $gutter 0;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: $screen-tablet) {
|
|
|
|
.footer-sponsors {
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
.widget_media_image {
|
|
|
|
img { margin: $gutter 0; }
|
|
|
|
}
|
2018-08-07 15:49:34 -05:00
|
|
|
}
|
|
|
|
}
|