mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 21:34:52 +08:00
Merge pull request #3231 from erpe/css_fixes
add line-height on page-not-found for h1
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user