Skip to content

Instantly share code, notes, and snippets.

View fedegonzaleznavarro's full-sized avatar

fffede fedegonzaleznavarro

View GitHub Profile
/* 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%;