Skip to content

Instantly share code, notes, and snippets.

@rali14
Created September 12, 2016 16:43
Show Gist options
  • Save rali14/5fc37e34b73b9bc742cc6ea642ee22d9 to your computer and use it in GitHub Desktop.
Save rali14/5fc37e34b73b9bc742cc6ea642ee22d9 to your computer and use it in GitHub Desktop.
match header on listings archive page to rest of site
@media screen and (min-width: 768px) {
body.fixed-map .container {
padding-left: 15px;
padding-right: 15px;
}
}
body.fixed-map .container {
padding-left: 25px;
padding-right: 25px;
}
@media screen and (min-width: 768px) {
body.fixed-map .container {
max-width: 750px;
}
}
@media screen and (min-width: 992px) {
body.fixed-map .container {
max-width: 970px;
}
}
@media screen and (min-width: 1200px) {
body.fixed-map .container {
max-width: 1170px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment