Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Medium screen */
- @media (min-width: 992px) and (max-width: 1199px) {
- }
- /*Tablet layout 768px */
- @media only screen and (min-width: 768px) and (max-width: 991px) {
- }
- /*Tablet layout 320px */
- @media only screen and (max-width: 767px) {
- }
- /*Wide layout 480px */
- @media only screen and (min-width: 480px) and (max-width: 767px) {
- }
Advertisement
Add Comment
Please, Sign In to add comment