added 404page padding and fixed minor code formatting

This commit is contained in:
Shahan Nedadahandeh 2022-03-28 00:27:25 -04:00
parent 28a8eae36c
commit b5bb5ce37c
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,8 @@
.container {
display:flex;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: calc(60rem / 16);
}
.codey {
@ -9,6 +10,7 @@
padding: calc(20rem / 16);
padding-right: 0;
}
.heading {
margin-top: 0;
}
@ -16,7 +18,9 @@
@media only screen and (max-width: calc(768rem / 16)) {
.container {
flex-direction: column;
padding-bottom: calc(30rem / 16);
}
.codey {
padding: calc(20rem / 16) 0;
}

View File

@ -5,6 +5,7 @@ import { Link } from "@/components/Link";
import { Title } from "@/components/Title";
import styles from "./404.module.css";
export default function Custom404() {
return (
<div className={styles.container}>