Commit e0e94ee1 by Kyle Fiedler

A little more space for each list

parent 15ffd7e0
...@@ -22,8 +22,8 @@ div.info-wrapper { ...@@ -22,8 +22,8 @@ div.info-wrapper {
@extend .clearfix; @extend .clearfix;
border-bottom: 1px solid lighten($border-color, 10%); border-bottom: 1px solid lighten($border-color, 10%);
list-style-type: disk; list-style-type: disk;
margin-bottom: lh(); margin-bottom: lh(1.5);
padding-bottom: lh(.5); padding-bottom: lh(.75);
ol, ul { ol, ul {
ol,ul { ol,ul {
......
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