Added error handlers

This commit is contained in:
xemeds
2020-07-20 17:51:52 +00:00
parent c5f3f5a8c4
commit b6ed78c8ad
5 changed files with 35 additions and 7 deletions

View File

@@ -11,8 +11,6 @@ body {
.headers {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: 3vh;
@@ -40,8 +38,6 @@ body {
.container {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
background-color: #2c2c2c;
@@ -86,7 +82,7 @@ body {
border-color: #7b59a5;
}
.error-message {
.url-error-message {
color: #ffffff;
text-align: center;
font-size: 100%;
@@ -94,6 +90,15 @@ body {
margin: 3% 0 0 0;
}
.error-message {
position: absolute;
left: 0;
right: 0;
color: #ffffff;
text-align: center;
margin: 40vh auto 0 auto;
}
.page-container {
position: relative;
min-height: 100vh;