File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ import FeaturedVideo from "../video/FeaturedVideo";
77const releaseVideoPlaceholderImage = await getImage ({
88 src: ReleaseVideoPlaceholder ,
99 format: ' webp' ,
10- width: 624 ,
10+ width: 448 ,
1111 quality: 80 ,
1212});
1313
1414const featuredVideoPlaceholderImage = await getImage ({
1515 src: PromoVideoPlaceholder ,
1616 format: ' webp' ,
17- width: 624 ,
17+ width: 448 ,
1818 quality: 80 ,
1919});
2020
@@ -40,7 +40,7 @@ const promoVideo = {
4040
4141<section class =" bg-slate-100" >
4242 <div
43- class =" grid md:grid-cols-2 max-w-screen-lg px-6 sm :px-12 md :px-0 mx-auto py-8 gap-16 "
43+ class =" grid md:grid-cols-2 max-w-screen-lg px-6 md :px-10 lg :px-0 mx-auto py-8 gap-8 md:gap-12 "
4444 >
4545 <FeaturedVideo
4646 client:load
You can’t perform that action at this time.
0 commit comments