Hi charlessteiner
The error is coming from this file /modules/mod_jatwitter/assets/style.css line 12
.twitter {padding: 15px 0 !important;}
It adds a padding top to the twitter icon class, same class used also for custom social module
You can add to your custom.css
.twitter{
padding:0!important;
}
Regards