Thanks for writing in! It doesn’t seems small rather usual for mobile. If you want to increase the height more, you can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 767px) {
.x-nav-tabs > li > a {
padding: 1.75em 0.75em 1.95em;
}
}