i am making a responsive site and using media query for that but, i stuck with one problem where i had given inline style. and now i want to change that style for different size of screen. how it can be done? here is my code.
<table class="edu_table" style="width:500px;margin-right:400px;margin-bottom:30px;">
in style i had given width=500px; i want it 700px for
@media only screen and (max-width: 1920px) {
}
1920px size screen.please give solution for it or give other way to do this thing.i am using edu_table class many places...and i want width=700px; for screen size 1920px and for particular place.