Content Container fully implemented

This commit is contained in:
adilallo
2025-09-04 22:00:55 -06:00
parent 3cca30ae28
commit d1400fe52c
2 changed files with 52 additions and 51 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ const ContentThumbnailTemplate = ({
</div>
{/* Content Section - positioned within the padding constraints */}
<ContentContainer post={post} width="200px" variant="vertical" />
<ContentContainer post={post} width="200px" size="xs" />
</div>
</Link>
);
@@ -105,7 +105,7 @@ const ContentThumbnailTemplate = ({
</div>
{/* Content - positioned within the padding constraints */}
<ContentContainer post={post} width="230px" variant="horizontal" />
<ContentContainer post={post} width="230px" size="xs" />
</div>
</Link>
);