I want to erase the annoying spacing between fa icons(with background) in this jsfiddle.
I tried margin and word-spacing but it didn't work.
CSS of the icons container :
.home-header-sm {
text-align: right;
margin-right: 20px;
font-size: 20px;
word-spacing: 0px;
}
.home-header-sm a,
.home-header-sm a:visited,
.home-header-sm a:hover,
.home-header-sm a:active {
color: #FFFFFF;
}
.fa {
text-align: center;
border-style: solid;
background-color: #ffffff;
color: #1D233D;
width: 30px;
padding-top: 3px;
padding-bottom: 3px;
margin: 0px 0px 0px 0px !important;
}