Skip to content

Instantly share code, notes, and snippets.

@fedegonzaleznavarro
Forked from interactivellama/jgroup
Created October 25, 2013 13:44
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 fedegonzaleznavarro/7154932 to your computer and use it in GitHub Desktop.
Save fedegonzaleznavarro/7154932 to your computer and use it in GitHub Desktop.
/* Justify inline block elements for a percentage grid without specifying margins: LESS mixin. See http://www.barrelny.com/blog/text-align-justify-and-rwd/ */
.jgroup {
text-align: justify;
font-size: .01px;
&:after{
content: '';
display: inline-block;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment