ildi-wp/dev/scss/components/_footer-sponsors.scss
2018-08-09 08:57:22 -05:00

19 lines
301 B
SCSS

.footer-sponsors {
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: space-between;
.widget_text {
flex: 1 1 auto;
width: 100%;
}
.widget_media_image {
flex: 0 1 auto;
h1 { @include sr-only; }
img { width: auto; }
}
}