lableo Hello
I checked your site in my iPhone device and it looks good:
In case that you want to increase the font size or space, you can override with custom css below:
@media (max-width: 576px){
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link,
.t4-offcanvas .t4-off-canvas-body .navbar .separator {
font-size: 15px !important;
padding: .4rem 0 !important;
}
}
and change to your desired value.