The px for font-size is what's causing the problem. Whatever the Nook font-size level is, you're telling it to stay at 16px, try changing the 'font-size: 16px' to 'font-size: 1.2em', then see what display is like, if font-size is too big or small on medium setting adjust accordingly.
Edit:
What you should do is have a body or p tag describe your usual style, and then use other style when it differs, only having the properties that are different from the default.
Last edited by Perkin; 10-11-2013 at 08:30 PM.
|