Make 404 error page look better, and remove the text that it's probably a typo, because in public mode that isn't necessarily true

This commit is contained in:
Micah Lee 2018-09-15 19:52:53 -07:00
parent 9815c612eb
commit 73f09f14c4
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 21 additions and 15 deletions

View file

@ -172,23 +172,23 @@ li.info {
min-height: 400px;
}
.closed {
.info {
text-align: center;
}
.closed img {
.info img {
width: 120px;
height: 120px;
}
.closed .closed-header {
.info .info-header {
font-size: 30px;
font-weight: normal;
color: #666666;
margin: 0 0 10px 0;
}
.closed .closed-description {
.info .info-description {
color: #666666;
margin: 0 0 20px 0;
}