.entry {
  width:18em;
  line-height:30px;
  color:inherit;
  text-decoration:none;
  white-space:nowrap;
  overflow:hidden;
  display:inline-block;
}
.entry:hover {
  text-decoration:none;
}
.entry i {
  -webkit-transition: font-size 250ms;
  transition: font-size 250ms;
  margin:0 14px 0 5px;
}
.entry:hover i {
  font-size:28px;
}