mirror of
https://github.com/less/less.js.git
synced 2026-02-06 21:15:14 -05:00
media test now passes
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
max-width: 480;
|
||||
}
|
||||
}
|
||||
@media all and (device-aspect-ratio: 16/9) {
|
||||
body {
|
||||
max-width: 800px;
|
||||
}
|
||||
}
|
||||
@media all and (orientation: portrait) {
|
||||
aside {
|
||||
float: none;
|
||||
|
||||
Reference in New Issue
Block a user