1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @import "lib.less";
- @import "wide.less";
- #block-system-main h3 {
- margin-left: 0;
- margin-top: 0;
- }
-
- /* 480px --------------------------------------------------------------------- */
- /*@media only screen and (min-width: 480px) {
- @import "media/480";
- }*/
-
- /* 600px --------------------------------------------------------------------- */
- /*@media only screen and (min-width: 600px) {
- @import "media/600";
- }*/
-
- /* 768px --------------------------------------------------------------------- */
- /*@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
- @import "media/768";
- }
- @media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
- @import "media/992";
- }*/
-
- /* 992px --------------------------------------------------------------------- */
- /*@media only screen and (min-width: 992px) {
- @import "media/992";
- }*/
-
- /* 1382px -------------------------------------------------------------------- */
-
-
|