Change font-size on mobile devices

ExtinctExtinct Registered Users Posts: 13 Big grins
Hallo,
I tried to change the font-size of my gallery titles form 64px to 32 px. This works on my PC and Laptop with the following code:

/* Reduce font-size of the gallery title */
.sm-user-ui .sm-gallery-cover-title {
font-size: 32px;
}

But it takes no effects on my mobile device.

Any idea how to change the font-size so it takes also effect on my mobile device?

www.uweboruta.de

Comments

Sign In or Register to comment.