Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Iskandar Kurbanov committed Oct 6, 2021
1 parent fdda758 commit a1eb07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Hero() {
return (
<div className="my-48 mx-auto max-w-7xl px-4 sm:mt-24 md:mt-72 text-center">
<h1 className="font-extrabold text-gray-900">
<p className="text-xl sm:text-3xl md:text-4xl">Shopify + Next.js + Tailwind CSS:</p>
<p className="text-xl sm:text-3xl md:text-4xl">Shopify + Next.js + Tailwind:</p>
<p className="text-transparent bg-clip-text bg-gradient-to-r from-purple-400 via-pink-500 to-red-500 text-4xl sm:text-6xl md:text-7xl">Modern eCommerce</p>
</h1>
<h2 className="mt-3 max-w-md mx-auto text-gray-500 sm:text-lg md:mt-5 md:text-xl md:max-x-3xl">
Expand Down

1 comment on commit a1eb07f

@vercel
Copy link

@vercel vercel bot commented on a1eb07f Oct 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.