I\'m trying to adjust the scaling and width of an icon. I\'m specifically trying to make the icon
wi
Really easy using scale
.fa { transform: scale(1.5,1); }