/* Phone */ @media screen and (min-width : 0px) and (max-width : 767px) { } /* Tablet */ @media screen and (min-width : 768px) and (max-width : 1023px) { } /* Desktop */ @media screen and (min-width : 1024px) { } |
/* Phone */ @media screen and (min-width : 0px) and (max-width : 767px) { } /* Tablet */ @media screen and (min-width : 768px) and (max-width : 1023px) { } /* Desktop */ @media screen and (min-width : 1024px) { } |