mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: mobile lacked 404 page styles
This commit is contained in:
parent
e8de80de98
commit
a01b2a48d5
1 changed files with 24 additions and 0 deletions
|
@ -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 a new issue