Skip to content

Instantly share code, notes, and snippets.

@imfaisalkh
Last active August 25, 2019 23:39
Show Gist options
  • Save imfaisalkh/b5bc3c96f71ef64dc74b0ce458bf55ed to your computer and use it in GitHub Desktop.
Save imfaisalkh/b5bc3c96f71ef64dc74b0ce458bf55ed to your computer and use it in GitHub Desktop.
Capstone - Display Inline Search Form on Mobile
@media (max-width: 640px) and (min-width: 0) {
.page-hero { height: 750px !important; }
.page-hero .inner .search-form { opacity: 1; display: block; }
.page-hero .inner .search-form .inner { width: 100%; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment