File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const options: Intl.DateTimeFormatOptions = {
2424 class =" col-span-12 sm:col-span-6 md:col-span-4 flex flex-col gap-4 hover:opacity-90 transition-opacity duration-200"
2525>
2626 <Image
27- width =" 732 "
27+ width =" 396 "
2828 quality =" 80"
2929 class =" rounded-md aspect-image"
3030 alt ={ coverAlt }
@@ -39,3 +39,4 @@ const options: Intl.DateTimeFormatOptions = {
3939 { description .length > 200 ? ` ${description .slice (0 , 200 )}... ` : description }
4040 </p >
4141</a >
42+
Original file line number Diff line number Diff line change @@ -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-2xl px-6 sm:px-12 mx-auto py-8 gap-8 "
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 "
4444 >
4545 <FeaturedVideo
4646 client:load
You can’t perform that action at this time.
0 commit comments