Is it possible with jQuery or anything else to change width value of @media query css while page is running?
So for example if in style.css I've got
@media screen and (min-width: 400px) {
/*whatever*/
}
to change it to 500px after website is loaded