/* Adjust font size and padding for main menu items */ .site-nav__link { font-size: 14px; /* Adjust the font size */ padding: 10px 15px; /* Adjust the padding */ } /* Adjust font size and padding for sub-menu items */ .site-nav__dropdown { font-size: 12px; /* Adjust the font size */ padding: 8px 12px; /* Adjust the padding */ }