Better errors
This commit is contained in:
parent
61ed56d4f8
commit
d48824ab49
4 changed files with 65 additions and 19 deletions
|
@ -128,3 +128,18 @@ h3 {
|
|||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.error h1, .error h2 {
|
||||
font-weight: 300;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error .main h1 {
|
||||
font-size: 2em;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.error h2 {
|
||||
font-size: 4em;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue