ildi-wp/dev/scss/components/_footer-sponsors.scss

19 lines
301 B
SCSS
Raw Normal View History

2018-08-07 15:49:34 -05:00
.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; }
}
}