Skip to content

Commit 7e18245

Browse files
committed
refactor: update views
1 parent 4c6173c commit 7e18245

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/pug/views/icons/coreui-icons-brand.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ block view
2424
.row.text-center
2525
each icon in icons
2626
.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)
2828
div cib-#{icon}
2929
// /.row
3030

src/pug/views/icons/coreui-icons-flag.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ block view
2323
.row.text-center
2424
each icon in icons
2525
.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())
2727
div cif-#{icon.toLowerCase()}

src/pug/views/icons/coreui-icons-free.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ block view
2424
.row.text-center
2525
each icon in icons
2626
.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)
2828
div cil-#{icon}
2929
// /.row
3030

0 commit comments

Comments
 (0)