diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 87e3ea05..f6fb872c 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -164,3 +164,28 @@ color: $color-white; padding: 0.25rem 0.5rem; } + +.home-search { + background-color: $color-grey-light; + z-index: 100; + position: relative; + .container { + + } + h2 { + @include media-breakpoint-up(md) { + text-align: right; + } + } + form { + max-width: 455px; + } +} + +.home-search__wrapper { + + @include media-breakpoint-up(md) { + display: flex; + justify-content: center; + } +} \ No newline at end of file diff --git a/app/views/funds/index.html.erb b/app/views/funds/index.html.erb index 68c23a95..9c41bc11 100644 --- a/app/views/funds/index.html.erb +++ b/app/views/funds/index.html.erb @@ -63,6 +63,25 @@ +