Modified 404 page

This commit is contained in:
CommanderRedYT
2020-11-10 17:09:40 +01:00
parent 9866f7e3b9
commit 35395d3259
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<title>Error 404 - Not found</title>
<meta name="description" content="404 Error Page" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./404.css" />
<link rel="stylesheet" href="./css/error.css" />
<link
href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap"
rel="stylesheet"

View File

@@ -10,7 +10,7 @@ div.container p {
margin-right: -50%;
transform: translate(-50%, -50%);
color: white;
font-size: 5vw;
font-size: 4vw;
font-family: "Inconsolata", monospace;
text-align: center;
width: auto;