Basic error checking
This commit is contained in:
@@ -242,3 +242,32 @@ body
|
||||
|
||||
&:not(:last-child)
|
||||
margin-bottom: 10px
|
||||
|
||||
.error-page
|
||||
min-height: 100vh
|
||||
background: #191919
|
||||
padding: 10px
|
||||
text-align: center
|
||||
display: flex
|
||||
flex-direction: column
|
||||
justify-content: center
|
||||
align-items: center
|
||||
|
||||
.code, .message, .back-link
|
||||
line-height: 1.2
|
||||
margin: 0px
|
||||
color: white
|
||||
|
||||
.code
|
||||
font-size: 80px
|
||||
color: #fff
|
||||
margin-bottom: 25px
|
||||
|
||||
.message
|
||||
font-size: 35px
|
||||
color: #ccc
|
||||
margin-bottom: 15vh
|
||||
|
||||
.back
|
||||
color: #4a93d2
|
||||
font-size: 25px
|
||||
|
||||
Reference in New Issue
Block a user