From 2969ce5e970195e649bd2b3b246cabee2609a3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BA=D0=B0=D1=82=D0=B5=D1=80=D0=B8=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=97=D0=B0=D1=81=D0=BB=D0=B0=D0=B2=D1=81=D0=BA=D0=B0=D1=8F?= Date: Wed, 7 Jul 2021 16:05:05 +0300 Subject: [PATCH] fix heading style --- src/ui/hero-main.tsx | 79 +++++++++++++++++++++++++++++++------------- 1 file changed, 56 insertions(+), 23 deletions(-) diff --git a/src/ui/hero-main.tsx b/src/ui/hero-main.tsx index f41bda7..9115b89 100644 --- a/src/ui/hero-main.tsx +++ b/src/ui/hero-main.tsx @@ -23,41 +23,74 @@ export const HeroMain: React.FC = () => { {language === 'English' ? ( <>
-

- {textMainPageEng.t1} +

+ + {textMainPageEng.t1} +

-

- {textMainPageEng.t2} +

+ + {textMainPageEng.t2} +

) : ( <>
-

- {textMainPageRu.t1} +

+ + {textMainPageRu.t1} +

-

- {textMainPageRu.t2} +

+ + {textMainPageRu.t2} +