admin管理员组文章数量:1291095
I’m currently working on a project with React and I’ve encountered an issue. The media queries are not working:
@media screen and (max-width: 768px) {
/* styles here */
}
When I check how the page looks using DevTools, the responsive design for mobile devices appears correctly, but when I build the project using Vercel and send myself the link to open on my iPhone, the styles don’t apply on the phone. I would appreciate any help with this problem. I tried changing the syntax of the media queries.
本文标签: cssMedia queries not working after deploying project to VercelStack Overflow
版权声明:本文标题:css - Media queries not working after deploying project to Vercel - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741519413a2383091.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论