Bigger Glyphicons

后端 未结 7 1907
感情败类
感情败类 2020-12-07 13:55

How do I make bigger Glyphicons in twitter bootstrap 3.0 (not 2.3.x).

This code will make my glyphicons big:

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 14:03

    You can just give the glyphicon a font-size to your liking:

    span.glyphicon-link {
        font-size: 1.2em;
    }
    

提交回复
热议问题