mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 18:38:27 +00:00
8 lines
183 B
CSS
8 lines
183 B
CSS
@media screen and (max-width: 320px) {
|
|
div {
|
|
width: 100px; } }
|
|
@media screen and (min-width: 1200px) {
|
|
div {
|
|
width: 400px; } }
|
|
|
|
/*# sourceMappingURL=media-rules.css.map */ |