Whoops, I thought you meant your logo for some reason. I totally misread that!
Anyways, add line-height: 0; to your welcome widget code in your css on line 1319 and it will definitely fix it –
.welcome .widget {
line-height: 0;
margin: 0 0 0px;
overflow: hidden;
}
I saw another thread with a similar issue, so that’s how I was able to figure it out.