@@ -22,12 +22,9 @@ const Sponsors = (): React.ReactElement => {
2222 < h2 className = 'title' > Sponsors</ h2 >
2323 < AiOutlineDash />
2424 </ Styles . TitleContainer >
25-
26- < div className = 'img-container' style = { { background : '#000000a0' , display : 'flex' , justifyContent : 'center' , alignItems : 'center' , flexDirection : 'column' ,
27- rowGap : '3rem' ,
28- } } >
25+ < div className = 'img-container centered-img' >
2926 < h1 className = 'title' > Current Sponsors</ h1 >
30- < Button source = { 'https://forms.gle/pAfv3VBYJJXooiU38' }
27+ < Button source = { 'https://forms.gle/pAfv3VBYJJXooiU38' }
3128 text = 'become a sponsor' size = 'large' className = 'becomeSponsor' />
3229 </ div >
3330 < div className = 'img-container' style = { { background : '#053a92' } } >
@@ -36,9 +33,8 @@ const Sponsors = (): React.ReactElement => {
3633 < div className = 'img-container' style = { { background : 'white' } } >
3734 < Amtrack />
3835 </ div >
39-
40- < div className = 'img-container' style = { { background : '#000000b5' , display : 'flex' , justifyContent : 'center' , alignItems : 'center' , flexDirection : 'column' ,
41- rowGap : '3rem' } } >
36+
37+ < div className = 'img-container centered-img' >
4238 < h1 className = 'title' > Previous Sponsors</ h1 >
4339 </ div >
4440
@@ -52,9 +48,9 @@ const Sponsors = (): React.ReactElement => {
5248 < img src = { SponsorImages . hillock } style = { { width : '60%' } } />
5349 </ div >
5450 { /* <div className='img-container' style={{background: 'wihte'}}>
55- call amtrak image here, make sure it has been transerred into an svg
51+ call amtrak image here, make sure it has been transerred into an svg
5652 </div> */ }
57-
53+
5854
5955 < Contact />
6056 </ Styles . SponsorContainer >
0 commit comments