mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 02:08:51 +09:00
6 lines
119 B
CSS
6 lines
119 B
CSS
@media (orientation: portrait) {
|
|
div { color: purple; }
|
|
}
|
|
@media (orientation: landscape) {
|
|
div { color: blue; }
|
|
}
|