Change font size of one menu category on Debut theme

Currently the home category is larger than the other categories as you can see in the photo attached. the other categories have submenus but the home button does not. is there a way to make them all the same size anyway? i am using the Debut theme

@ihernandez

Please share your store URL.

@ihernandez

can you please confirm

@KetanKumar @dmwwebartisan

that is the correct storefront

I removed the home button for the time being but if i add it again to the nav bar it will look bigger than the others

url: https://www.pipe-decor.com

@ihernandez

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.but-decor span {
font-size: 16px !important;
text-align: center !important;
}