Skip to content

Commit

Permalink
DOP-4411: Fixing Homepage Hero Image (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Mar 4, 2024
1 parent 447adbc commit 5269ec4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/templates/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const Wrapper = styled('main')`
@media ${({ theme }) => theme.screenSize.mediumAndUp} {
grid-column: 2 / -2 !important;
}
max-width: 1200px;
}
}
`;
Expand Down Expand Up @@ -183,12 +184,8 @@ const Landing = ({ children, pageContext, useChatbot }) => {
grid-column: 2 / -5;
}
@media ${screenSize['2XLargeAndUp']} {
grid-column: 2 / -3;
}
@media ${screenSize['3XLargeAndUp']} {
grid-column: 2 / -2;
grid-column: 2 / -4;
}
}
`}
Expand Down

0 comments on commit 5269ec4

Please sign in to comment.