We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b88e92 commit f01428dCopy full SHA for f01428d
app/page.tsx
@@ -52,7 +52,7 @@ export default async function Home() {
52
dudes en comentarlo! ☺️
53
</p>
54
Noe.-
55
- <div className='flex justify-evenly max-w-md 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'>
56
{noeSocialNetworks.map(({ type, url, cover }) => (
57
<WebLink
58
key={type}
0 commit comments