footer supporters
This commit is contained in:
18
dev/scss/components/_footer-sponsors.scss
Normal file
18
dev/scss/components/_footer-sponsors.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user