feat(404): update 404.html style

This commit is contained in:
Dillon
2020-02-02 18:18:06 +08:00
parent 517b734347
commit 17bbe91c6f
5 changed files with 10 additions and 13 deletions

View File

@@ -22,9 +22,3 @@
line-height: 1.5rem;
padding-top: 2rem;
}
.notfound {
font-size: 2rem;
transform: translateY(35vh);
text-align: center;
}

View File

@@ -0,0 +1,6 @@
.notfound {
font-size: 1.8rem;
line-height: 3rem;
transform: translateY(30vh);
text-align: center;
}

View File

@@ -1,4 +1,5 @@
@import "_home";
@import "_404";
.page {
position: relative;