|
You're using a CSS script right? I think that you need to make it to that the text-size is a certain pixels.
EX: font-size: 11px;
This will make it so that it looks closer to the same on a broader scope. (the computer i'm using has a default text that is bigger than standard. If you added the font-size tag into your css it would make it so the text was '11 px' no matter the default)
Good job though!
|