NealC
Well-known member
I want to make it easier to read the forum when on a device such as my iPhone X. My normal font size in the style is 15px. I tried the code below in extra.less but I'm not seeing any changes. Any suggestions on how to properly go about this?
CSS:
@media (max-width:@xf-responsiveWide){
fontSizeNormal: 20px;
fontSizeSmall: 18px;
fontSizeSmaller: 17px;
fontSizeSmallest: 16px;
fontSizeLarge: 22px;
fontSizeLarger: 25px;
fontSizeLargest: 29px;
}