Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iconfont views too big #78

Open
gapkukb opened this issue Aug 4, 2020 · 1 comment
Open

iconfont views too big #78

gapkukb opened this issue Aug 4, 2020 · 1 comment

Comments

@gapkukb
Copy link

gapkukb commented Aug 4, 2020

I dont kown what happened . When I use the iconfont in my website , even though I setted the font-size equal to 12px but the icon still very too big

@slatinsky
Copy link

Maybe there is better solution, I made them 20% smaller in my css. My prefix is "icon", your may be different

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-size: .8em;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants