@@ -66,7 +66,7 @@ const Hero = forwardRef(function Hero({ slides }, ref) {
6666 sx = { {
6767 position : "relative" ,
6868 width : "100%" ,
69- height : { xs : "808px" , sm : "1074px" , md : "562px " } ,
69+ height : { xs : "808px" , sm : "600px " } ,
7070 overflow : "hidden" ,
7171 display : "flex" ,
7272 } }
@@ -96,8 +96,8 @@ const Hero = forwardRef(function Hero({ slides }, ref) {
9696 >
9797 < Box
9898 sx = { {
99- pt : 6 ,
100- px : { xs : 2.5 , sm : 0 } ,
99+ pt : { xs : 6 , sm : 0 , md : 6 } ,
100+ px : { xs : 2.5 , md : 0 } ,
101101 margin : "0 auto" ,
102102 maxWidth : theme . contentWidths . values ,
103103 } }
@@ -108,7 +108,7 @@ const Hero = forwardRef(function Hero({ slides }, ref) {
108108 columnSpacing = { 2 }
109109 alignItems = "center"
110110 >
111- < Grid size = { { xs : 12 , md : 6 } } order = { isReversed ? 2 : 1 } >
111+ < Grid size = { { xs : 12 , sm : 6 } } order = { isReversed ? 2 : 1 } >
112112 < LexicalRichText
113113 elements = { slide . title }
114114 TypographyProps = { {
@@ -165,7 +165,7 @@ const Hero = forwardRef(function Hero({ slides }, ref) {
165165 ) }
166166 </ Grid >
167167 < Grid
168- size = { { xs : 12 , md : 6 } }
168+ size = { { xs : 12 , sm : 6 } }
169169 sx = { {
170170 display : "flex" ,
171171 justifyContent : {
@@ -187,6 +187,7 @@ const Hero = forwardRef(function Hero({ slides }, ref) {
187187 sx = { {
188188 height : { xs : "402px" , sm : "600px" , md : "416px" } ,
189189 width : { xs : "100%" , md : "321.6px" } ,
190+ maxWidth : { xs : "100%" , sm : "365px" } ,
190191 } }
191192 />
192193 </ Grid >
@@ -227,7 +228,7 @@ const Hero = forwardRef(function Hero({ slides }, ref) {
227228 < Box
228229 sx = { {
229230 position : "absolute" ,
230- bottom : { xs : 46 , md : 62 } ,
231+ bottom : 32 ,
231232 left : "50%" ,
232233 transform : "translateX(-50%)" ,
233234 px : { xs : 2.5 , sm : 0 } ,
0 commit comments