Skip to content

Commit

Permalink
fix: governance width
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Nov 27, 2023
1 parent eba60d3 commit 9b12437
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/homepage/widget/section/governance.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ const ContentContainer = styled.div`
}
`;

const Image = styled.img`
max-width: 1200px;
`;

return (
<GovernanceContainer>
<ContentContainer>
Expand All @@ -157,6 +161,6 @@ return (
of builders, by builders, for builders.
</p>
</ContentContainer>
<img src={imageLink} />
<Image src={imageLink} />
</GovernanceContainer>
);

0 comments on commit 9b12437

Please sign in to comment.