Skip to content

Commit

Permalink
ui cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tensae-b committed Mar 12, 2024
1 parent 4bd1346 commit f8b51d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/OurTeam.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const teams = await Astro.glob("../../content/team/*.md");
---

<section class="our_team mt-32" id="team">
<section class="our_team my-32" id="team">
<div class="our_team_text">
<div
class="flex items-center justify-center gap-4 w-full overflow-hidden mb-8"
Expand All @@ -18,7 +18,7 @@ const teams = await Astro.glob("../../content/team/*.md");
</p>
</div>
<div
class="grid grid-cols-1 gap-x-8 md:grid-cols-2 lg:grid-cols-2 xl:grid-cols-3 lg:gap-x-12 gap-y-8"
class="grid grid-cols-1 mt-10 gap-x-8 md:grid-cols-2 lg:grid-cols-2 xl:grid-cols-3 lg:gap-x-12 gap-y-8"
>
{
teams.map((team) => {
Expand Down

0 comments on commit f8b51d1

Please sign in to comment.