Skip to content

Commit

Permalink
DOP-4038: embiggen hero image (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmalliso authored Sep 20, 2023
1 parent b917810 commit ae6374d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/LandingIntro/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ const DescriptionContainer = styled('div')`
margin-top: 20px;
flex: auto;
}
align-self: center;
`;

const ImageContainer = styled('div')`
display: flex;
flex: 1 1 400px;
flex: 1 1 440px;
align-items: center;
max-width: 400px;
max-width: 440px;
img {
width: 100%;
Expand Down

0 comments on commit ae6374d

Please sign in to comment.