File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ block view
16
16
.row.text-center
17
17
each icon in icons
18
18
.col-6.col-sm-4.col-md-2
19
- i( class ='c- icon c- icon-2xl mt-5 mb-2 cib-' + icon)
19
+ i( class ='icon icon-2xl mt-5 mb-2 cib-' + icon)
20
20
div cib-#{icon}
21
21
// /.row
22
22
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ block view
15
15
.row.text-center
16
16
each icon in icons
17
17
.col-6.col-sm-4.col-md-2
18
- i( class ='c- icon c- icon-2xl mt-5 mb-2 cif-' + icon .toLowerCase ())
18
+ i( class ='icon icon-2xl mt-5 mb-2 cif-' + icon .toLowerCase ())
19
19
div cif-#{icon .toLowerCase ()}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ block view
16
16
.row.text-center
17
17
each icon in icons
18
18
.col-6.col-sm-4.col-md-2
19
- i( class ='c- icon c- icon-2xl mt-5 mb-2 cil-' + icon)
19
+ i( class ='icon icon-2xl mt-5 mb-2 cil-' + icon)
20
20
div cil-#{icon}
21
21
// /.row
22
22
You can’t perform that action at this time.
0 commit comments