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

Can't resize with css font-size #11

Open
MiroStW opened this issue Jun 15, 2014 · 1 comment
Open

Can't resize with css font-size #11

MiroStW opened this issue Jun 15, 2014 · 1 comment

Comments

@MiroStW
Copy link

MiroStW commented Jun 15, 2014

To change the size of an icon I normally use font-size. This works with the regular glyphicons in bootstrap, however it does not work with icon-large icons.

Is there another way to do this?

Thanks Miro

@DennisStanistan
Copy link

I am REALLY late to the party but if anyone is looking for a solution then one way of resizing an icon is like this:

.icon-large{
    transform: scale(1.5);
}

Keep in mind that it won't look very pretty.

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