deivisonarthur
5/1/2013 - 12:03 AM

responsive.css

/*desktop #############################################################################################*/
@media only screen and (min-width: 978px)  and (max-width: 3879px) {
    .smartphoneitem{
      display: none !important;
    }
}

/*tablet #############################################################################################*/
@media only screen and (min-width: 768px) and (max-width: 977px) {
    .desktopitem{
      display: none !important;
    }
}

/*mobile ocultar barra #############################################################################################*/
@media only screen and (min-width: 20px) and (max-width: 767px) {
    .desktopitem{
      display: none !important;
    }
}