Skip to content
Snippets Groups Projects
Commit ccc1f1df authored by Kyle Fiedler's avatar Kyle Fiedler
Browse files

Removed padding and added line-height for the tutorials

parent 23e52f02
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment