Skip to content

Commit

Permalink
fix responsive issuse of showing social media handles on phone
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Umer Farooq <[email protected]>
  • Loading branch information
lablnet committed Jan 31, 2024
1 parent 00c3730 commit 91cff0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/Intro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ let socialMediaHandles = [
looking for opportunities to collaborate and learn from others.
</p>
</div>
<div class="mt-4 ml-12 mb-24">
<div class="mt-4 md:ml-12 mb-24 grid grid-cols-3 gap-6 md:inline">
{
socialMediaHandles.map((socialMediaHandle) => {
return (
<div class="inline pr-4">
<div class="md:inline col-span-1 pr-4">
<CollaboratorComp
name={socialMediaHandle.name}
picture={socialMediaHandle.picture}
Expand Down

0 comments on commit 91cff0f

Please sign in to comment.