Created
September 12, 2016 16:43
-
-
Save rali14/5fc37e34b73b9bc742cc6ea642ee22d9 to your computer and use it in GitHub Desktop.
match header on listings archive page to rest of site
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 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