subheader mobile

good afternoon. I want to change the font size of a subheader of some services only in the mobile version. I installed "lab 2" as a demo but even with the code below nothing changes. can you help me? Thank


@media 

#Subheader .title {

  1. font-size: 35px !important;
  2. line-height: 45px;
  3. font-weight: 700;
  4. letter-spacing: 0px;

}

Comments

Sign In or Register to comment.