Skip to content

Commit

Permalink
adjusted hero's image config
Browse files Browse the repository at this point in the history
  • Loading branch information
mirraelly committed Jul 6, 2024
1 parent 65bdd62 commit 0c952ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/MainContent.jsx
Original file line number Diff line number Diff line change
@@ -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 = () => {
Expand All @@ -10,7 +9,6 @@ const MainContent = () => {
<Section>
<CourseInfo />
</Section>
<Menu />
<Section>
<TestemunhalInfo />
</Section>
Expand Down
2 changes: 2 additions & 0 deletions src/styles/MainContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
justify-content: space-between;
align-items: center;
padding: 5em 5% 0 9%;
overflow: hidden;
}

.firstSection > div {
Expand Down Expand Up @@ -65,6 +66,7 @@

.rightSide img {
padding: 4em 0 0 2em ;
margin-bottom: -5px;
}


0 comments on commit 0c952ef

Please sign in to comment.