Add /resume redirecting route, move 404.html Sass into styles file

This commit is contained in:
Xevion
2022-04-11 15:37:47 -05:00
parent 608f899164
commit 293b3f286d
6 changed files with 32 additions and 16 deletions

View File

@@ -338,8 +338,22 @@ article {
.build-revision {
font-family: CMU Typewriter Text, sans-serif;
a {
color: #d2d2d2;
text-decoration: none;
}
}
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
}