diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index fc5e991f36..bfacdb308b 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -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; +} \ No newline at end of file