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 @@ -24,7 +24,7 @@ block view
24
24
.row.text-center
25
25
each icon in icons
26
26
.col-6.col-sm-4.col-md-2
27
- i( class ='icon icon-2xl mt-5 mb-2 cib-' + icon)
27
+ i( class ='icon icon-xxl mt-5 mb-2 cib-' + icon)
28
28
div cib-#{icon}
29
29
// /.row
30
30
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ block view
23
23
.row.text-center
24
24
each icon in icons
25
25
.col-6.col-sm-4.col-md-2
26
- i( class ='icon icon-2xl mt-5 mb-2 cif-' + icon .toLowerCase ())
26
+ i( class ='icon icon-xxl mt-5 mb-2 cif-' + icon .toLowerCase ())
27
27
div cif-#{icon .toLowerCase ()}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ block view
24
24
.row.text-center
25
25
each icon in icons
26
26
.col-6.col-sm-4.col-md-2
27
- i( class ='icon icon-2xl mt-5 mb-2 cil-' + icon)
27
+ i( class ='icon icon-xxl mt-5 mb-2 cil-' + icon)
28
28
div cil-#{icon}
29
29
// /.row
30
30
You can’t perform that action at this time.
0 commit comments