html5 - Media queries not working properly in nodejs -
the media queries of html code works in desktop. when integrated nodejs media queries not responding in desktops. works in devices android , iphone. want fix because windows phone not responding media queries desktop after nodejs integration.
for example:
@media (max-width: 768px) { css code }
works in iphones , androids expected.but ignored in desktop , windows phones, when used nodejs.
can please me this.
make sure when integrate stuff node, html still loading css file properly. node server-side, media-queries client-side. thing integration node can is: not serve files client-side.
most probably: client not loading css file. check browser's console , should see error message(s).
Comments
Post a Comment