No spacing on mobile view for many places using list-inline a
Created by: flora8984461
🤔 Probably we can add a
@media (max-width: @screen-xs-max) {
.list-inline {
a {
margin-bottom: 5px;
}
}
}
Not sure will influence some places, need to go through more...