I'm using Latex to create equations and it is rendered on a website using Mathjax.
When multiple 'lim' comes in the same line, the second 'lim' is not displayed properly as shown in the image.
Following is the latex code for the equation. How can the issue be fixed?
\begin{align}\sf\:We\: have \:\lim_{x\rightarrow a}\frac{x^{n}-a^{n}}{x-a}&=na^{n-1}\\ \therefore \lim_{x\rightarrow 2}\frac{x^{100}-2^{100}}{x^{77}-2^{77}}&= \lim_{x\rightarrow 2}\frac{x^{100}-2^{100}}{x-2}\times \frac{1}{\lim_{x\rightarrow 2}\frac{x^{77}-2^{77}}{x-2}}\\ &=\frac{100\times 2^{99}}{77\times 2^{76}}\\ &=\frac{100}{77}\times 2^{23}\end{align}

Thanks,
LS Developer