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

Compatibility with font-awesome fixed-width? #16

Open
jfly opened this issue Dec 28, 2015 · 0 comments
Open

Compatibility with font-awesome fixed-width? #16

jfly opened this issue Dec 28, 2015 · 0 comments

Comments

@jfly
Copy link
Member

jfly commented Dec 28, 2015

See https://fortawesome.github.io/Font-Awesome/examples/#fixed-width. An example of things not looking so great:

2015-12-28_918x982_kaladin

Right now, applying the fa-fw class to our icons doesn't work because they have a display of inline, I had to add the following css to get things looking nice:

.cubing-icon.fa-fw {
  display: inline-block;
}

And voila!

2015-12-28_617x992_kaladin

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

1 participant