add line-height on page-not-found for h1

This commit is contained in:
Rene Paulokat 2015-02-24 17:28:32 +01:00
parent 7e2dd2463e
commit 74845948ca
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ body {
} }
/* page not found styles */ /* page not found styles */
h1.page-not-found {
line-height: 30px;
}
.page-not-found { .page-not-found {
margin: 20px 0 40px 0; margin: 20px 0 40px 0;