@samsonshamSubmitted over 2 years ago
Please feel free to comment. Thank you very much!
I am not sure how to set up my media query with the given layout in style guide. Are they min width or max width?
- Mobile: 375px
- Desktop: 1440px
Please feel free to comment. Thank you very much!
I am not sure how to set up my media query with the given layout in style guide. Are they min width or max width?
If you write media query (max-width: 500px) then all devices with screen width less than 500px will be targeted and if you write (min-width: 500px) then devices with screen width more than 500px will be targeted.