make search help fit on mobile
This commit is contained in:
parent
b732e9b1bb
commit
f179c8a6fb
|
@ -163,3 +163,16 @@
|
||||||
float: none !important;
|
float: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#search-help {
|
||||||
|
max-width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-help h2 {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-help p {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
Loading…
Reference in New Issue