Skip to content

Instantly share code, notes, and snippets.

@jdelia
Last active August 29, 2015 14:21
Show Gist options
  • Save jdelia/ee6501db49b9ba4f2d47 to your computer and use it in GitHub Desktop.
Save jdelia/ee6501db49b9ba4f2d47 to your computer and use it in GitHub Desktop.
.home .search-bar {
padding-top: 350px;
}
@media only screen and (max-width: 1023px) {
.home .search-bar {
padding-top: 250px;
}
}
@media only screen and (max-width: 767px) {
.home .search-bar {
padding-top: 150px;
}
}
@media only screen and (max-width: 639px) {
.home .search-bar {
padding-top: 100px;
}
}
.home .search-bar {
padding-top: 180px;
}
@media only screen and (max-width: 1139px) {
.home .search-bar {
padding-top: 30px;
}
}
@media only screen and (max-width: 1023px) {
.home .search-bar {
padding-top: 60px;
}
}
@media only screen and (max-width: 767px) {
.home .search-bar {
padding-top: 60px;
}
}
@media only screen and (max-width: 639px) {
.home .search-bar {
padding-top: 60px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment