mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-11 07:42:00 +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 */ |