-
Notifications
You must be signed in to change notification settings - Fork 379
Description
@oswaldoacauan - First, thank you for such an awesome design!
Maxime Gréau ported it over for HubPress, where I'm using it for my blog.
In trying to customize it, I ran into two problems.
The first was what to do when there was no appropriate fa-icon. I solved this by using svgs. See http://metasean.github.io/blog/
Which leads to the current problem with positioning of non-font-awesome icons in the drawer. I've tried everything I can to get them properly positioned, but there is something I'm clearly missing! The only thing that was even remotely useful was giving them a class of "fa". From what I can tell, there are no margins, no borders, and no padding, when possible they are text-aligned left. Alas, the two svg icons –CodeWars and JSBin– are not properly aligned. Does anyone have any idea why these svgs aren't following the same CSS rules as the other fa-icons?