Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サムネイルの大きなフォントで私がここに持っているものを見ることができます: http://unlockinglg.com/beta/index.html
ブートストラップでfont-awesomeを使用しています
のこの部分bootstrap.min.cssが責任を負います。
bootstrap.min.css
[class^="icon-"],[class*=" icon-"]{height:14px}
簡単な (読み: 汚い) 修正は、カスタム スタイルシートに次を追加することです。
[class^="icon-"],[class*=" icon-"]{height:auto !important}