mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
8 lines
No EOL
183 B
CSS
8 lines
No EOL
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 */ |