I have used the code below to change the Article title size but I think I did something wrong that it's effected Sub-menu titles, they became bold. Can you please me please.
article header h1 {
font-size: 30px;
}
line-height: 38px;
}
article header h1 {
font-size: 30px;
line-height: 38px;
}