Skip to content

Instantly share code, notes, and snippets.

@zkkmin
Created May 21, 2015 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zkkmin/1d2802561795467ad246 to your computer and use it in GitHub Desktop.
Save zkkmin/1d2802561795467ad246 to your computer and use it in GitHub Desktop.
@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