our themes
Media Queries
Media queries are a key part of responsive web design, as they allow you to create different layouts depending on the size of the viewport, but they can also be used to detect other things about the environment your site is running on, for example whether the user is using a touchscreen rather than a mouse.
Desktop (Large Screens)
Max Width |
---|
+ 1440px |
Desktop
Min Width: | Max width: |
---|---|
1024px | 1440px |
Tablet (portrait mode)
Min Width: | Max width: |
---|---|
768px | 1024px |
Tablet
Min Width: | Max width: |
---|---|
360px | 768px |
Mobile
Max Width |
---|
+ 360px |