File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
layouts/partials/landingpage Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 450450
451451.sublandingpage-banner-padding-bottom {
452452 padding-bottom : 7rem ;
453+ }
454+
455+ .collaberating_logo {
456+ max-width : 300px ;
457+ max-height : 140px ;
458+ width : 100% ;
459+ @media (max-width : 992px ) {
460+ max-width : 200px ;
461+ max-height : 94px ;
462+ }
453463}
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ <h3 class="section-title" style="color: #005aa7;">{{ .title | markdownify }}</h3
1313 </ div >
1414
1515 {{ range .funders }}
16- < div class ="col-lg-4 col-6 my-2 ">
16+ < div class ="col-lg-4 col-6 my-5 ">
1717 < a href ="{{.link}} " target ="_blank ">
18- < img src ="{{ .image | relURL }} " class ="d-block mx-auto " style =" max-height: 140px; max-width: 300px; " alt ="{{.alt_text}} " class ="img-fluid ">
18+ < img src ="{{ .image | relURL }} " class ="d-block mx-auto img-fluid collaberating_logo " alt ="{{.alt_text}} " class ="">
1919 </ a >
2020 </ div >
2121 {{ end }}
You can’t perform that action at this time.
0 commit comments