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 160656a commit 442a2e6Copy full SHA for 442a2e6
src/pages/stablecoins.tsx
@@ -207,14 +207,14 @@ const H2 = ({
207
className,
208
...props
209
}: BaseHTMLAttributes<HTMLHeadingElement>) => (
210
- <h2 className={cn("mb-8 mt-12 text-2xl md:text-3xl", className)} {...props} />
+ <h2 className={cn("mb-8 mt-12", className)} {...props} />
211
)
212
213
const H3 = ({
214
215
216
217
- <h3 className={cn("mb-8 mt-10 text-xl md:text-2xl", className)} {...props} />
+ <h3 className={cn("mb-8 mt-10", className)} {...props} />
218
219
220
const StablecoinsPage = ({ markets, marketsHasError }) => {
0 commit comments