Fix line-height when using custom icon font as section icon.
This commit is contained in:
@@ -22,6 +22,8 @@ ul.sections li [class^="icon-"]:before,
|
||||
ul.sections li [class*=" icon-"]:before,
|
||||
ul.sections li img.icon-section {
|
||||
font-size: 30px;
|
||||
line-height: 20px; /* set line-height to ensure all icons use same line-height */
|
||||
display: inline-block;
|
||||
margin: 1px 0 0 0;
|
||||
opacity: 0.4;
|
||||
-webkit-transition: all .3s linear;
|
||||
|
||||
Reference in New Issue
Block a user