Skip to content

Commit a4023fc

Browse files
committed
Fix some styles for the “Getting started” section on the home page
Related to canjs/canjs#3224
1 parent 905d677 commit a4023fc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

static/home.less

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
& > ul {
1313
margin: 0;
1414
.icon-list;
15-
& > li > a > div {
16-
display: inline-block;
15+
& > li {
16+
margin-bottom: @gutter;
17+
& > a > div {
18+
display: inline-block;
19+
}
1720
}
1821
}
1922
}
@@ -84,4 +87,4 @@
8487
}
8588
}
8689
}
87-
}
90+
}

0 commit comments

Comments
 (0)