Skip to content

Commit f01428d

Browse files
committed
style: change social logo for mobile device
1 parent 3b88e92 commit f01428d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default async function Home() {
5252
dudes en comentarlo! ☺️
5353
</p>
5454
Noe.-
55-
<div className='flex justify-evenly max-w-md gap-2 mt-4 items-center mb-4'>
55+
<div className='flex justify-evenly max-w-sm gap-2 mt-4 items-center mb-6 md:max-w-56'>
5656
{noeSocialNetworks.map(({ type, url, cover }) => (
5757
<WebLink
5858
key={type}

0 commit comments

Comments
 (0)