10 lines
158 B
CSS
10 lines
158 B
CSS
|
@media only screen and (min-width: 1200px){
|
||
|
|
||
|
#panel_r.pw { width: 800px; }
|
||
|
|
||
|
}
|
||
|
@media only screen and (min-width: 1900px){
|
||
|
|
||
|
#panel_r.pw { width: 1560px; }
|
||
|
|
||
|
}
|