I deployed my website to Vercel to test it out, i made site with React and deployed it from github. Problem i have is that when i view it on my Xiaomi 11t seems like styles arent all correct like it looks on my PC when i test with responsive design using inspect element. Here are screenshots to see what i’m talking about:
Sorry for late reply, yeah i deployed the website at https://code-design.ba/ but unfortunately issue still persists. If i view website on my Xiaomi device, it looks like second pic from Vercel, but on Samsung phones and every other one it looks okey.
I’m still not sure what it is in the images we are supposed to be looking at. Is it the colors?
I don’t really see how the button and heading text would have different colors on your phone. It seems like the two pages have different styles applied. The first image also doesn’t match the deployed site. The span inside the h1 is not black but white.
Are both images from the deployed site? If not, then it likely has nothing to do with the phone and just a code mismatch between the local and deployed code.