media test now passes

This commit is contained in:
Andrew Stone
2012-07-20 18:42:33 -04:00
committed by Luke Page
parent 221e850b89
commit 0d61ea6449

View File

@@ -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;