Change Font Size NAV MENU MOBILE ONLY MINIMOG

Hi there. I would like to change the font size of the nav menu on mobile (only). Could you please help me?

Theme: minimog

url: https://macohairsystems.myshopify.com/

@MACOHAIR

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media screen and (max-width: 767px) {
.sf-header .sf-menu-wrapper-mobile .sf-menu__content a.block.px-4.py-3 {
    font-size: 20px;
}
}