mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: stretch project images to full width
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user