Created
April 12, 2012 04:42
-
-
Save navitronic/2364646 to your computer and use it in GitHub Desktop.
f*ck trying to make a responsive grid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="something"> | |
<div class="third">first child, no left padding.</div> | |
<div class="third">left padding</div> | |
<div class="third something"> | |
left padding | |
<div class="half">first child, no left padding</div> | |
<div class="half">left padding.</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment