I have a responsive page, supposedly, because while on the computer screen, when resizing it shows me well, when opening it with a small screen device (less than 500px wide) it does not work . I attached the goal I have set and how are the queries:
HTML :
<meta name="viewport" content="width=device-width, initial-scale=1.0">
CSS :
@media only screen and (min-width: 501px){......}
@media only screen and (max-width: 501px){......}