Skip to content

Commit

Permalink
feat: add some space between social logo (#123)
Browse files Browse the repository at this point in the history
* feat: add some space between social logo

* style: change social logo for mobile device

---------

Co-authored-by: Noelia <noeliadonato@gmail.com>
  • Loading branch information
EduWTR and nsdonato authored Apr 11, 2024
1 parent 3f9d186 commit 0683367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default async function Home() {
dudes en comentarlo! ☺️
</p>
Noe.-
<div className='flex gap-2 mt-4 items-center mb-4'>
<div className='flex justify-evenly max-w-sm gap-2 mt-4 items-center mb-6 md:max-w-56'>
{noeSocialNetworks.map(({ type, url, cover }) => (
<WebLink
key={type}
Expand Down

0 comments on commit 0683367

Please sign in to comment.