Skip to content

Commit

Permalink
Merge pull request #4384 from unicef/fix-smth-went-wrong
Browse files Browse the repository at this point in the history
fix something went wrong display
  • Loading branch information
domdinicola authored Oct 31, 2024
2 parents ee29be2 + df1f158 commit 8283a77
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { FC } from 'react';
const Container = styled.div`
background-color: #ffffff;
text-align: center;
padding-top: 150px;
padding-top: 30px;
font-family: 'Roboto', sans-serif;
height: 100vh;
`;
Expand Down Expand Up @@ -43,7 +43,7 @@ const Title = styled.h1`
`;

const Paragraph = styled.p`
font-size: 24px;
font-size: 18px;
color: #666666;
line-height: 32px;
`;
Expand Down Expand Up @@ -83,14 +83,14 @@ export const SomethingWentWrong: FC<SomethingWentWrongProps> = ({
return (
<Container>
<LogoContainer>
<img src={HopeLogo} alt="Hope Logo" width="186" height="101" />
<img src={HopeLogo} alt="Hope Logo" width="130" height="71" />{' '}
</LogoContainer>
<SquareLogo>
<img
src={SomethingWentWrongGraphic}
alt="Sad face"
width="354"
height="293"
width="248"
height="205"
/>
</SquareLogo>
<TextContainer>
Expand Down

0 comments on commit 8283a77

Please sign in to comment.