asked on
ul{
list-style: none;
display: table;
margin: 2.5em auto 0;
}
li{
display: table-cell;
padding: 0.2em 1.5em;
}
.badge{
padding: 4px 7px !important;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
transition: all 0.2s linear;
margin-bottom: 1em;
&:hover{
border-radius: 0;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
}
}
.sname{
margin-right: -35px;
margin-top: 20px;
text-align: center;
word-wrap: break-word;
width: 100px;
font-size: 1.2em;
font-weight: bold;
}