Skip to content

Commit

Permalink
Merge pull request #92 from AdVision-Group/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Darken141 authored Jun 26, 2023
2 parents 6a7a66a + 654d9d7 commit e2741d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hero-section/hero-section.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ const Section = styled.section`
@media all and (min-width: ${({ theme }) => theme.breakpoints.sm}) {
@media all and (min-width: ${({ theme }) => theme.breakpoints.md}) {
padding: 3rem 2rem 2rem 2rem;
padding: 8rem 2rem 2rem 2rem;
@media all and (min-width: ${({ theme }) => theme.breakpoints.lg}) {
}
Expand Down

0 comments on commit e2741d1

Please sign in to comment.