In the Home page navigation bar, font size and padding are different compared to other pages, but I used the same font size and padding throughout the website Other pages, Home page .
try this in above your css.
*{
font-family:Arial:
font-size:1.2rem;
}
Are you using specific module or library for css?