From 4de0ca5bb4ebcecd979ed378204231617cfc932f Mon Sep 17 00:00:00 2001 From: LevaniVashadze Date: Mon, 4 Mar 2024 13:11:02 +0400 Subject: [PATCH] overlapping text fixes for mobile devices --- src/components/About.jsx | 5 ++++- src/components/Contact.jsx | 2 +- src/components/Home.jsx | 9 +++++++-- src/components/Work.jsx | 5 ++++- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/components/About.jsx b/src/components/About.jsx index 8a2e560..e4f6b74 100644 --- a/src/components/About.jsx +++ b/src/components/About.jsx @@ -5,7 +5,10 @@ const About = () => { const { t } = useTranslation(); return ( -
+

{t("aboutTitle")}

{t("aboutText")}

diff --git a/src/components/Contact.jsx b/src/components/Contact.jsx index ccffab5..4f47a87 100644 --- a/src/components/Contact.jsx +++ b/src/components/Contact.jsx @@ -7,7 +7,7 @@ const Contact = () => {

{t("ContactText")}

diff --git a/src/components/Home.jsx b/src/components/Home.jsx index c408096..740cbed 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -5,9 +5,14 @@ const Home = () => { const { t } = useTranslation(); return ( -
+
-

{t("hello")}

+

+ {t("hello")} +

{t("welcome")}

diff --git a/src/components/Work.jsx b/src/components/Work.jsx index 760ed29..11e4221 100644 --- a/src/components/Work.jsx +++ b/src/components/Work.jsx @@ -4,7 +4,10 @@ import { Trans } from "react-i18next"; const Work = () => { return ( -
+