Removed padding and added line-height for the tutorials

This commit is contained in:
Kyle Fiedler
2012-08-08 10:41:50 -04:00
parent 23e52f02c3
commit ccc1f1dfd5

View File

@@ -105,12 +105,14 @@ div.course-wrapper {
ul {
margin: 0;
@include clearfix();
padding: 0;
li {
width: flex-grid(3, 9);
float: left;
margin-right: flex-gutter(9);
margin-bottom: lh();
line-height: lh();
&:nth-child(3n) {
margin-right: 0;