Restore original layout for featured content on the homepage

Adjust grid gap for side articles in the homepage featured section from 'gap-3' to 'gap-4' to revert to the original layout.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 413891e8-d784-4bea-b9f5-91a5a68316b4
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 25e1a8a9-2b5b-4fb4-8dc5-595c24762c27
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/413891e8-d784-4bea-b9f5-91a5a68316b4/nTLKCC5
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-02-28 20:33:02 +00:00
parent 68b9989ee9
commit a8643ecdd2

View File

@ -243,7 +243,7 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti
) : null}
</div>
{!wide && (
<div className="lg:col-span-2 grid grid-cols-1 gap-3">
<div className="lg:col-span-2 grid grid-cols-1 gap-4">
{side.map((a) => (
<MediumCard key={a.id} article={a} />
))}