Closed FoxDaxian closed 7 years ago
[class*=icono-] { transform: scale(0.6,0.6); }
You can rebuild icono with custom size. edit variables file and build it.
Also, you can wrap icon in a tag and scale that for now.
<span class="x2"><i class="icono-home"></i></span>
<style>.x2{transform: scale(2)}</style>
how do you change the size?