fix: stretch project images to full width

This commit is contained in:
Stefan Imhoff
2023-05-19 14:47:00 +02:00
parent 4169ce6fde
commit 6ddae638ac

View File

@@ -38,7 +38,9 @@ const { Content } = await entry.render();
{entry.data.title} {entry.data.title}
</PageTitle> </PageTitle>
<article class="project-content col-start-1 col-end-17 grid-cols-books gap-[20px]"> <article
class="project-content col-start-1 col-end-17 grid-cols-books gap-[20px] [&_img]:w-full"
>
<div class="mbe-7"> <div class="mbe-7">
{entry.data.categories.map((category: string) => <Tag>{category}</Tag>)} {entry.data.categories.map((category: string) => <Tag>{category}</Tag>)}
</div> </div>