make search help fit on mobile

This commit is contained in:
Jeff Atwood 2014-10-31 12:07:09 -07:00
parent b732e9b1bb
commit f179c8a6fb
1 changed files with 13 additions and 0 deletions

View File

@ -163,3 +163,16 @@
float: none !important;
}
}
#search-help {
max-width: 300px;
}
#search-help h2 {
margin: 0;
font-size: 12px;
}
#search-help p {
margin: 5px;
}