I am using mathjax on my page, and i have read that this:
When you have some math inside a div:
$$ x^2 $$
you can change the font size simply by using CSS like this:
$("#some_math").css("font-size","150%");