Text-align in footer is not correct on mobile
Hello.
I've got a footer with simple HTMl texts in it. They look good on Desctop and Tablet, but there's a shift on mobile.
Here's a screenshot https://snipboard.io/80uwOC.jpg
<p style="font-size:15px; text-align:left;">Телефон для зв'язку </p>
<p style="font-size:30px, text-align: left;">+38 095 123 45 67 </p>
I can see no errors in the code. What could be wrong?
Thank you.
Comments
Hello,
Your second <p> tag has comma instead of semicolon, and that is why the phone number is not displaying correctly.
Also, please, close this button in the <div> tag and add the text-align: left; there.
Thanks