Last active
August 25, 2019 23:39
-
-
Save imfaisalkh/b5bc3c96f71ef64dc74b0ce458bf55ed to your computer and use it in GitHub Desktop.
Capstone - Display Inline Search Form on Mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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