Skip to content

Commit

Permalink
fixing width of main linkshub description
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXASSASSINS committed Nov 30, 2023
1 parent 6edaf7c commit 9d1e8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function Home() {
<Logo />
<span>👾</span>
</div>
<div className="flex flex-col mt-6 justify-center items-start w-96 max-md:w-64">
<div className="flex flex-col mt-6 justify-center items-start max-w-sm">
<p className="text-md">
{' '}
LinksHub aims to provide developers with access to a wide range of
Expand Down

0 comments on commit 9d1e8a8

Please sign in to comment.