adjusted spacing of 404 page
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Shahan Nedadahandeh 2022-03-25 15:42:35 -04:00
parent efcdd7ef52
commit 54c4dcd2ed
2 changed files with 11 additions and 1 deletions

View File

@ -6,10 +6,18 @@
.codey {
width: calc(380rem / 16);
padding: calc(20rem / 16);
padding-right: 0;
}
.heading{
margin-top: 0;
}
@media only screen and (max-width: calc(768rem / 16)) {
.container {
flex-direction: column;
}
.codey{
padding: calc(20rem / 16) 0;
}
}

View File

@ -11,7 +11,9 @@ export default function Custom404() {
<div className={styles.text}>
<Title>404: Page Not Found</Title>
<h2>Error 404</h2>
<h1>We couldnt find the page youre looking for!</h1>
<h1 className={styles.heading}>
We couldnt find the page youre looking for!
</h1>
<p>
Were working on it, but in the meantime,{" "}
<Link href="/">click here to go back to the main page.</Link>