in Firefox, maybe with other browser, when you slide down to "I do love my clients" you can see that the top of the heart icon is cut
to fix it, just add these lines to gk-stuff.css :
- Code: Select all
.gk-icon-heart{
margin-top: 5px !important;
}
I tried to add the lines to override.css but it didn't work.