mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: mobile lacked 404 page styles
This commit is contained in:
parent
e8de80de98
commit
a01b2a48d5
@ -160,3 +160,27 @@ h2#site-text-logo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* page not found styles */
|
||||||
|
h1.page-not-found {
|
||||||
|
line-height: 24px;
|
||||||
|
margin: 5px 0 -5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-not-found-topics a.badge-wrapper {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.popular-topics-title {
|
||||||
|
margin-bottom: 6px;
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.recent-topics-title {
|
||||||
|
margin-bottom: 6px;
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-not-found-search h2 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user