10 lines
166 B
CSS
10 lines
166 B
CSS
|
@media only screen and (min-width: 1240px){
|
||
|
|
||
|
/*#panel_r.pw { width: 800px; }*/
|
||
|
|
||
|
}
|
||
|
@media only screen and (min-width: 1900px){
|
||
|
|
||
|
/*#panel_r.pw { width: 1400px; }*/
|
||
|
|
||
|
}
|