Removed padding and added line-height for the tutorials
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user