fixing the line height made it look better.
.title {
margin-bottom: 5px;
line-height: normal;
}
you can also just make the line-hieght above 21px or just remove line height from the code.
fixing the line height made it look better.
.title {
margin-bottom: 5px;
line-height: normal;
}
you can also just make the line-hieght above 21px or just remove line height from the code.