adding some padding between legend columns

This commit is contained in:
psychobunny
2014-09-29 13:08:04 -04:00
parent 6a8ccf1ad5
commit 456f087dea

View File

@@ -38,10 +38,14 @@
li {
float: left;
width: 50%;
width: 48%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&:nth-child(odd) {
margin-right: 2%;
}
}
}
}