popsu-d7/sites/default/themes/popsu/less/responsive.css.less
Bachir Soussi Chiadmi 1bc61b12ad first import
2015-04-08 11:40:19 +02:00

41 lines
1010 B
Plaintext

@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 -------------------------------------------------------------------- */