@@ -14,19 +14,19 @@ const Footer = () => {
1414 sx = { {
1515 backgroundColor : theme . palette . primary . main ,
1616 color : theme . palette . primary . contrastText ,
17- py : { xs : 2 , sm : 3 } ,
17+ py : 2 ,
1818 mt : 'auto' ,
1919 } }
2020 >
21- < Container maxWidth = "lg " >
21+ < Container maxWidth = "xl " >
2222 < Box sx = { { display : 'flex' , flexWrap : 'wrap' , alignItems : 'center' , rowGap : 4 } } >
2323
2424 < Box sx = { { width : { xs : '100%' , md : '50%' } , pr : { md : 2 } } } >
2525 < Box sx = { { display : 'flex' , flexDirection : 'column' , gap : 2 } } >
2626 < img
2727 src = { logo }
2828 alt = "OpenAgri Logo"
29- style = { { width : '200px ' , height : 'auto' } }
29+ style = { { width : '168px ' , height : 'auto' } }
3030 />
3131 < Typography variant = "h6" component = "p" sx = { { fontWeight : 'bold' } } >
3232 OpenAgri — Where Inclusive Innovation Meets Agriculture!
@@ -39,7 +39,7 @@ const Footer = () => {
3939 < img
4040 src = { flag }
4141 alt = "European Union Flag"
42- style = { { width : '200px ' , height : 'auto' , flexShrink : 0 } }
42+ style = { { width : '168px ' , height : 'auto' , flexShrink : 0 } }
4343 />
4444 < Typography variant = "body2" >
4545 OpenAgri has received funding from the EU’s Horizon Europe research and innovation
0 commit comments