Better errors

This commit is contained in:
Jonathan Cremin 2014-12-05 17:40:07 +00:00
parent 61ed56d4f8
commit d48824ab49
4 changed files with 65 additions and 19 deletions

View file

@ -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;
}