From e164e6b44444a2f3c1d5955f8151c0157b3c469c Mon Sep 17 00:00:00 2001 From: Victor Zanivan Monteiro Date: Mon, 18 Mar 2024 16:18:58 -0300 Subject: [PATCH] [material-ui][docs] Fix landing page template's h1 size (#41543) --- .../templates/landing-page/components/Hero.js | 13 +++++++++---- .../templates/landing-page/components/Hero.tsx | 13 +++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/docs/data/material/getting-started/templates/landing-page/components/Hero.js b/docs/data/material/getting-started/templates/landing-page/components/Hero.js index c7da7e0072168d..6813d4c96f4376 100644 --- a/docs/data/material/getting-started/templates/landing-page/components/Hero.js +++ b/docs/data/material/getting-started/templates/landing-page/components/Hero.js @@ -33,13 +33,13 @@ export default function Hero() { > Our latest  @@ -47,6 +47,7 @@ export default function Hero() { component="span" variant="h1" sx={{ + fontSize: 'clamp(3rem, 10vw, 4rem)', color: (theme) => theme.palette.mode === 'light' ? 'primary.main' : 'primary.light', }} @@ -54,10 +55,14 @@ export default function Hero() { products - + Explore our cutting-edge dashboard, delivering high-quality solutions - tailored to your needs.
- Elevate your experience with top-tier features and services. + tailored to your needs. Elevate your experience with top-tier features + and services.
Our latest  @@ -47,6 +47,7 @@ export default function Hero() { component="span" variant="h1" sx={{ + fontSize: 'clamp(3rem, 10vw, 4rem)', color: (theme) => theme.palette.mode === 'light' ? 'primary.main' : 'primary.light', }} @@ -54,10 +55,14 @@ export default function Hero() { products
- + Explore our cutting-edge dashboard, delivering high-quality solutions - tailored to your needs.
- Elevate your experience with top-tier features and services. + tailored to your needs. Elevate your experience with top-tier features + and services.