center buttons in div
This commit is contained in:
parent
31b2a973bc
commit
c52e42a57f
4 changed files with 11 additions and 5 deletions
|
@ -31,7 +31,9 @@ const work = await Promise.all(
|
|||
<entry.Content />
|
||||
</article>
|
||||
{entry.data.article ? (
|
||||
<Button href={entry.data.article} link="View project" />
|
||||
<div class="flex justify-center">
|
||||
<Button href={entry.data.article} link="View project" />
|
||||
</div>
|
||||
) : null}
|
||||
</li>
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue