Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created May 6, 2013 23:05
Show Gist options
  • Save csessig86/5528988 to your computer and use it in GitHub Desktop.
Save csessig86/5528988 to your computer and use it in GitHub Desktop.
Responsive maps blog 1
/* Body */
body {
padding-left: 0px;
padding-right: 0px;
margin: 0;
height: 100%;
}
html {
height: 100%;
}
/* Map */
#map {
position: absolute;
float: left;
top: 1%;
height: 98%;
width: 100%;
z-index: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment