On mobile you use a different kind of menu? (Check your menu or theme settings) to make it look better on desktop add this to custom CSS in the ‘customizer’:
(under Appearance > Customize > Additional CSS) or within your theme’s style.css file:
.wp-block-navigation__container {
padding-top: 20px; /* Adjust as needed */
}