MOON
Server: Apache
System: Linux server30c.hostingraja.org 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: seoprovi (1222)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: //home/seoprovi/ibaapprovedpackers.com/scss/_media-query.scss
/*=== MEDIA QUERY ===*/
@mixin mobile-xs{
  @media(max-width:400px){
    @content;
  }
}
@mixin mobile{
  @media(max-width:480px){
    @content;
  }
}
@mixin tablet-xs{
  @media(max-width:640px){
    @content;
  }
}@mixin tablet{
  @media(max-width:768px){
    @content;
  }
}
@mixin desktop{
  @media(max-width:992px){
    @content;
  }
}
@mixin large-desktop{
  @media(max-width:1200px){
    @content;
  }
}