responsive.css.less 1010 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @import "lib.less";
  2. @import "wide.less";
  3. #block-system-main h3 {
  4. margin-left: 0;
  5. margin-top: 0;
  6. }
  7. /* 480px --------------------------------------------------------------------- */
  8. /*@media only screen and (min-width: 480px) {
  9. @import "media/480";
  10. }*/
  11. /* 600px --------------------------------------------------------------------- */
  12. /*@media only screen and (min-width: 600px) {
  13. @import "media/600";
  14. }*/
  15. /* 768px --------------------------------------------------------------------- */
  16. /*@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  17. @import "media/768";
  18. }
  19. @media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  20. @import "media/992";
  21. }*/
  22. /* 992px --------------------------------------------------------------------- */
  23. /*@media only screen and (min-width: 992px) {
  24. @import "media/992";
  25. }*/
  26. /* 1382px -------------------------------------------------------------------- */