From 0c952ef33528a572b52ac9fcf3cddf575cc5995a Mon Sep 17 00:00:00 2001 From: Mirraely Date: Fri, 5 Jul 2024 23:24:50 -0300 Subject: [PATCH] adjusted hero's image config --- src/components/MainContent.jsx | 2 -- src/styles/MainContent.css | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MainContent.jsx b/src/components/MainContent.jsx index 92df9a4..9441e37 100644 --- a/src/components/MainContent.jsx +++ b/src/components/MainContent.jsx @@ -1,7 +1,6 @@ import Section from './Section'; import CourseInfo from './CourseInfo'; import '../styles/MainContent.css'; -import Menu from './Menu'; import TestemunhalInfo from './TestemunhalInfo'; const MainContent = () => { @@ -10,7 +9,6 @@ const MainContent = () => {
-
diff --git a/src/styles/MainContent.css b/src/styles/MainContent.css index 2663868..0a54a35 100644 --- a/src/styles/MainContent.css +++ b/src/styles/MainContent.css @@ -4,6 +4,7 @@ justify-content: space-between; align-items: center; padding: 5em 5% 0 9%; + overflow: hidden; } .firstSection > div { @@ -65,6 +66,7 @@ .rightSide img { padding: 4em 0 0 2em ; + margin-bottom: -5px; }