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
1616 .row.text-center
1717 each icon in icons
1818 .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)
2020 div cib-#{icon}
2121 // /.row
2222
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ block view
1515 .row.text-center
1616 each icon in icons
1717 .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 ())
1919 div cif-#{icon .toLowerCase ()}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ block view
1616 .row.text-center
1717 each icon in icons
1818 .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)
2020 div cil-#{icon}
2121 // /.row
2222
You can’t perform that action at this time.
0 commit comments