Skip to content

Commit fa49d86

Browse files
Adjust release video block
1 parent 2b23061 commit fa49d86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/homepage/ReleaseVideo.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ import FeaturedVideo from "../video/FeaturedVideo";
77
const releaseVideoPlaceholderImage = await getImage({
88
src: ReleaseVideoPlaceholder,
99
format: 'webp',
10-
width: 624,
10+
width: 448,
1111
quality: 80,
1212
});
1313
1414
const 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

0 commit comments

Comments
 (0)