We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c342c commit 6f90a06Copy full SHA for 6f90a06
packages/grant-explorer/src/features/round/ThankYou.tsx
@@ -243,7 +243,7 @@ export default function ThankYou() {
243
<div className="w-full max-w-[800px] min-h-svh overflow-hidden bg-gradient-to-b from-[#EBEBEB] to-transparent rounded-t-[400px] flex flex-col items-center justify-center pt-20 px-4 mx-auto">
244
<div className="flex flex-col items-center">
245
<div className="relative z-10 text-center">
246
- <h1 className="text-5xl mb-2 font-modern-era-bold">
+ <h1 className="text-2xl md:text-5xl mb-2 font-modern-era-bold">
247
Mint your Impact
248
</h1>
249
<p className="mt-1 text-lg font-modern-era-regular">
0 commit comments