Changing Width of Font Awesome Icons

前端 未结 3 775
半阙折子戏
半阙折子戏 2021-02-02 08:46

I\'m trying to adjust the scaling and width of an icon. I\'m specifically trying to make the icon

wi

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-02 08:51

    Really easy using scale

    .fa { transform: scale(1.5,1); }
    

提交回复
热议问题