XF 2.1 How to change Thread Title font size for desktop only?

Bimble

Active member
If we add the following to extra.less it resizes the title for both desktop and mobile view:
Code:
.p-title-value {
    font-size: 27px;
}

Is there a way to limit it so that it doesn't alter the mobile 20px size?
 
Back
Top Bottom