diff --git a/src/front/components/HeaderContact.jsx b/src/front/components/HeaderContact.jsx index 1a8839fc15..4e3294b54c 100644 --- a/src/front/components/HeaderContact.jsx +++ b/src/front/components/HeaderContact.jsx @@ -60,7 +60,8 @@ const HeaderContact = () => { }; return ( -
+ <> +
CloudTech background image { - +
+
+
+
+ ); }; diff --git a/src/front/components/HeaderHome.jsx b/src/front/components/HeaderHome.jsx index 58ed948ed9..76b31b260b 100644 --- a/src/front/components/HeaderHome.jsx +++ b/src/front/components/HeaderHome.jsx @@ -15,11 +15,11 @@ export const HeaderHome = () => {
-

+

{t('headers.headerHome.headLine')}

-

+

{t('headers.headerHome.headerDescription')}

diff --git a/src/front/index.css b/src/front/index.css index ceb313abdf..7228af3ad1 100644 --- a/src/front/index.css +++ b/src/front/index.css @@ -341,6 +341,9 @@ h6 { color: transparent; } /* header contacto */ +.header{ + margin-bottom: 4rem !important; +} .form-label-contact { color: #60e0a5 !important; }