Skip to content

Commit

Permalink
formatted document
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaishpra committed Feb 5, 2021
1 parent baa1bca commit dce8022
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/components/ErrorPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ class ErrorPage extends Component {
render() {
return (
<div className="errorPage">
<div className="errorPage_content">


<div className="errorPage_content">
<Header
as='h1'
content='404'
Expand All @@ -18,7 +16,7 @@ class ErrorPage extends Component {
fontSize: '10vw',
fontWeight: 'bolder',
lineHeight: '1em',
textTransform: 'uppercase',
textTransform: 'uppercase',
}}
/>
<Header
Expand All @@ -29,12 +27,12 @@ class ErrorPage extends Component {
marginBottom: '20px',
textTransform: 'uppercase',
maxWidth: '600px',
color: '#0d0d0d',
color: '#0d0d0d',
}}
/>
<p>Sorry, the page you were looking for doesn't exist. If you think something is wrong, try again.</p>
<p>Sorry, the page you were looking for doesn't exist. If you think something is wrong, try again.</p>
</div>
</div>
</div>
)
}
}
Expand Down

0 comments on commit dce8022

Please sign in to comment.