Skip to content

Instantly share code, notes, and snippets.

@laustdeleuran
Created March 8, 2012 09:17
Show Gist options
  • Save laustdeleuran/1999850 to your computer and use it in GitHub Desktop.
Save laustdeleuran/1999850 to your computer and use it in GitHub Desktop.
Why I don't like grid systems
.grid-1{ width:4.167% }
.grid-2{ width:10.417% }
.grid-3{ width:16.667% }
.grid-4{ width:22.917% }
/* etc */
<div class="grids">
<div class="grid-4">
<!-- content -->
</div>
<div class="grid-4">
<!-- content -->
</div>
<!-- etc -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment