Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andyluss committed Jan 6, 2025
1 parent 41923b4 commit 9108909
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/cards/article.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ const {
</div>
<hr />
</div>
<slot />
<div class="content">
<slot />
</div>
</div>
</article>

Expand All @@ -60,9 +62,8 @@ const {
box-shadow: var(--box-shadow);
}
.prose {
width: 720px;
max-width: 100%;
margin: auto;
width: 100%;
height: 100%;
color: rgb(var(--gray-dark));
}
.title {
Expand Down

0 comments on commit 9108909

Please sign in to comment.