fix footer sponsor image alignement
This commit is contained in:
parent
7e81f1a790
commit
2859eefe57
@ -1,9 +1,10 @@
|
||||
.footer-sponsors {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: space-evenly;
|
||||
|
||||
.widget_text {
|
||||
flex: 1 1 auto;
|
||||
@ -13,6 +14,20 @@
|
||||
.widget_media_image {
|
||||
flex: 0 1 auto;
|
||||
h1 { @include sr-only; }
|
||||
img { width: auto; }
|
||||
|
||||
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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,6 +7,9 @@
|
||||
|
||||
> div {
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
|
||||
.loop-content {
|
||||
padding: $gutter;
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user