Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fixup for images
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Sep 23, 2023
1 parent 29e1768 commit 100e2e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/en/team.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const publishedTeamMembers = await getCollection("team", ({ data }) => {
The journey of a thousand miles begun with a single step on 2018. We
created the company with a vision to help people build and grow their
business through simplicity and innovation. As we learned from previous
experiences and failures, we have developed our own approach to help our
clients achieve their goals in most optimal and sustainable way.
experiences and failures, we have developed our own unique approach to help our
clients achieve their goals in the most optimal and sustainable way.
</p>
</div>
<div class="grid md:grid-cols-2 gap-10 mx-auto max-w-4xl mt-12">
Expand All @@ -37,7 +37,8 @@ const publishedTeamMembers = await getCollection("team", ({ data }) => {
src={teamMemberEntry.data.avatar.src}
alt={teamMemberEntry.data.avatar.alt}
sizes="(max-width: 800px) 100vw, 400px"
widths={[200, 400]}
width="400"
height="400"
aspectRatio="1:1"
background="#ffffff"
fit="cover"
Expand Down

0 comments on commit 100e2e0

Please sign in to comment.