mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
add line-height on page-not-found for h1
This commit is contained in:
parent
7e2dd2463e
commit
74845948ca
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@ body {
|
|||
}
|
||||
|
||||
/* page not found styles */
|
||||
h1.page-not-found {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.page-not-found {
|
||||
margin: 20px 0 40px 0;
|
||||
|
|
Loading…
Reference in a new issue