/ website / static / css / custom.css
custom.css
 1  /* your custom css */
 2  
 3  @media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
 4  }
 5  
 6  @media only screen and (min-width: 1024px) {
 7  }
 8  
 9  @media only screen and (max-width: 1023px) {
10  }
11  
12  @media only screen and (min-width: 1400px) {
13  }
14  
15  @media only screen and (min-width: 1500px) {
16  }