Skip to content

Commit

Permalink
Fix a small spacing issue that affect mobile browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolandia committed Sep 16, 2024
1 parent 5955124 commit 2b93510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<div class="lg:col-span-3">
<p class="dark:text-neutral-200 font-light mb-16">{diversityIntro}</p>
</div>
<div class="lg:col-span-2">
<div class="lg:col-span-2 flex justify-center items-center">
<DonutGraph {totalContributors} {percentageLatinos} {percentageFemales} />
</div>
</div>
Expand Down

0 comments on commit 2b93510

Please sign in to comment.