From f6d2ba6438892075f5ac38ed9b3fdf0836cb0e36 Mon Sep 17 00:00:00 2001 From: Roman Onishchenko Date: Tue, 17 Mar 2026 07:37:01 +0100 Subject: [PATCH] fix html --- src/components/Brand/Brand.tsx | 7 ++++++- src/components/Hero/Hero.tsx | 9 ++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/Brand/Brand.tsx b/src/components/Brand/Brand.tsx index aeb8c4e..5c7e42a 100644 --- a/src/components/Brand/Brand.tsx +++ b/src/components/Brand/Brand.tsx @@ -30,7 +30,12 @@ export const Brand = () => { /> dfsync diff --git a/src/components/Hero/Hero.tsx b/src/components/Hero/Hero.tsx index d304482..103deb1 100644 --- a/src/components/Hero/Hero.tsx +++ b/src/components/Hero/Hero.tsx @@ -25,6 +25,7 @@ export const Hero = () => { fontSize: { xs: '2.5rem', md: '4.5rem' }, lineHeight: 1.05, maxWidth: 900, + textWrap: 'wrap', }} > Reliable toolkit for service-to-service communication @@ -33,7 +34,13 @@ export const Hero = () => { label="Built for microservices, internal APIs, integrations, and background workers" color="primary" variant="outlined" - sx={{ mt: 1, mb: 1 }} + sx={{ mt: 1, mb: 1, display: { xs: 'none', sm: 'inline-flex' } }} + /> +