aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/responsive/_search_layout.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/responsive/_search_layout.scss b/app/assets/stylesheets/responsive/_search_layout.scss
index 416b3f096..84f8d0e91 100644
--- a/app/assets/stylesheets/responsive/_search_layout.scss
+++ b/app/assets/stylesheets/responsive/_search_layout.scss
@@ -57,6 +57,9 @@
border-bottom: none;
padding-bottom:0;
}
+ .results_section {
+ @include grid-column(12, $collapse:true);
+ }
}
#advanced-search input[type=text] {
@@ -66,7 +69,3 @@
#advanced-search-tips{
@include grid-column(12);
}
-
-#general_search h2 {
- margin-top:20px;
-}