README.md in compass-respond-0.2.0 vs README.md in compass-respond-0.3.0
- old
+ new
@@ -16,10 +16,12 @@
* high-handhelds
* wide-handhelds
* tablets
* desktops
* retina
+ * landscape
+ * portrait
SASS:
@import "respond-to"
.content
@@ -39,9 +41,11 @@
+respond-to(tablets)
width: 80%
+respond-to(desktops)
width: 70%
max-width: 1150px
+ +respond-to(landscape)
+ width: 50%
CSS:
.content { width: 100%; margin-right: auto; margin-left: auto; }
@media only screen and (max-width: 479px) { .content .content-title { display: none; } }