mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09: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 */
|