Skip to content

Instantly share code, notes, and snippets.

Created February 26, 2014 08:21
Show Gist options
  • Save anonymous/9225701 to your computer and use it in GitHub Desktop.
Save anonymous/9225701 to your computer and use it in GitHub Desktop.
@media screen and (max-width: 640px) {
.column.full,
.column.two-thirds,
.column.half,
.column.one-third,
.column.one-fourth {
float: none;
margin: 0;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment