Skip to content

Instantly share code, notes, and snippets.

@plugnburn
Last active August 29, 2015 14:17
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 plugnburn/3d19587e7a0d6b1b3c23 to your computer and use it in GitHub Desktop.
Save plugnburn/3d19587e7a0d6b1b3c23 to your computer and use it in GitHub Desktop.
TweetGrid: a tweet-sized (137 bytes) fork of ungrid.css with pixel media limit, shorter class names and two helper classes for one-third and one-fourth layout cases
@media(min-width:481px){.gr{width:100%;display:table;table-layout:fixed}.gc{display:table-cell}.gc.f3{width:33.333333%}.gc.f4{width:25%}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment