Skip to content

Commit

Permalink
mobile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouncer27 committed Jun 13, 2023
1 parent 82402a3 commit ee5317e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/templates/home/HomeIntro.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ const HomeIntro = ({ data }) => {
const StyledSection = styled.section`
position: relative;
background-color: ${colors.colorPrimary};
padding-top: 5.8rem;
padding-top: 2rem;
@media (min-width: 768px) {
padding-top: 5.8rem;
background-color: #212326;
}
Expand Down

0 comments on commit ee5317e

Please sign in to comment.