media screen for adjust the style instead of display width
below meta tag use find display width:
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
below meta tag use find display width:
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
and below line use in css file :
@media screen and (max-width: 1620px) and (min-width: 1370px) {
No comments:
Post a Comment