Skip to content

Commit 2b23061

Browse files
Tweak image and block sizes
1 parent 66b8575 commit 2b23061

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/card/NEWBlogPostCard.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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+

src/components/homepage/ReleaseVideo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)