19 lines
301 B
SCSS
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; }
|
||
|
}
|
||
|
}
|