Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created May 6, 2013 23:20
Show Gist options
  • Save csessig86/5529066 to your computer and use it in GitHub Desktop.
Save csessig86/5529066 to your computer and use it in GitHub Desktop.
Responsive maps blog 3
/* Styles from mobile devices */
@media (max-width: 625px) {
#sidebar_content {
display: none;
}
/* Sidebar */
#sidebar {
position: relative;
margin-top: 0%;
float: left;
left: 0%;
right: 0%;
top: 0%;
padding-left: 2%;
padding-right: 2%;
height: 35px;
width: 96.5%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment