Created
May 21, 2015 12:57
-
-
Save zkkmin/1d2802561795467ad246 to your computer and use it in GitHub Desktop.
This file contains 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: 1000px){ | |
.container { | |
width: 1000px; | |
margin-left: auto; | |
margin-right: auto; | |
height: 800px; | |
} | |
.map { | |
height: 700px; | |
} | |
.heading { | |
height: 20px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment