Commit 658eae62 by Kyle Fiedler

Removed padding and added line-height for the tutorials

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