Debut Theme: Site header navigation error sync after CSS

Hi, I was customizing the font size + letter spacing in theme.scss for the header navigation but not all menu items were synced - 2 resisted the change. Not sure what gone wrong, can anyone help please?

I’m using Debut theme

I used these codes which I found through the community. The navs did update except for those 2.

p.s. They used to cause trouble while I entered codes for some animations but that was all sorted out

.site-nav a{
padding: 3px 35px !important;
}

.site-nav__link--button{
padding: 3px 35px !important;
}
*/

(Resolved by adding font size and letter spacing codes above padding)