File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
civictechprojects/static/css/partials Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2828 margin : 0 auto ;
2929 padding : 20px 0 ;
3030}
31+ .MainFooter-footer img {
32+ max-width : 100% ;
33+ }
3134.MainFooter-pws-button {
3235 margin-top : 12px ;
3336}
37+ @include media-breakpoint-up (md) {
38+ .MainFooter-footer h3 {
39+ font-size : 2rem ;
40+ }
41+ }
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ class MainFooter extends React.Component<{||}> {
3939 < div className = "MainFooter-border" > </ div >
4040 < div className = "MainFooter-footer container" >
4141 < div className = "MainFooter-item col-12 text-center" >
42- < h2 > Made Possible With Generous Support From</ h2 >
42+ < h3 > Made Possible With Generous Support From</ h3 >
4343 < img src = "https://d1agxr2dqkgkuy.cloudfront.net/img/bill-melinda-gates-foundation.png" alt = "Bill and Melinda Gates Foundation logo" > </ img >
4444 </ div >
4545 < div className = "MainFooter-item col-12 text-center" >
46- < h2 > And Our Corporate Partners</ h2 >
46+ < h3 > And Our Corporate Partners</ h3 >
4747 < Button variant = "primary" href = { url . section ( Section . PartnerWithUs ) } className = "MainFooter-pws-button" >
4848 Partner With Us
4949 </ Button >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class LandingController extends React.PureComponent<{||}> {
8787 < p > Find people with the tech skills you need</ p >
8888 < div className = "LandingController-pathflows-stepcontainer" >
8989 < div className = "LandingController-pathflows-item" >
90- < Rec1 />
90+ < Rec3 />
9191 < p > 1. Add Your Project</ p >
9292 </ div >
9393 < div className = "LandingController-pathflows-arrow" > < ArrowOrange /> </ div >
@@ -97,7 +97,7 @@ class LandingController extends React.PureComponent<{||}> {
9797 </ div >
9898 < div className = "LandingController-pathflows-arrow" > < ArrowOrange /> </ div >
9999 < div className = "LandingController-pathflows-item" >
100- < Rec3 />
100+ < Rec1 />
101101 < p > 3. Recruit Skilled Volunteers</ p >
102102 </ div >
103103 </ div >
You can’t perform that action at this time.
0 commit comments