Commit 658eae62 by Kyle Fiedler

Removed padding and added line-height for the tutorials

parent a503b4d6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment