Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created March 15, 2012 20:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/2046892 to your computer and use it in GitHub Desktop.
Save billerickson/2046892 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 600px) {
.one-third .entry-title,
.one-third .post-info,
.one-third .entry-content {
text-align: center;
}
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
padding: 0;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment