I hereby claim:
- I am markediez on github.
- I am tatsukenji (https://keybase.io/tatsukenji) on keybase.
- I have a public key ASCTyHJ8lvSmaeM2JJfY3-cismKH1fjR5dp2QXKVfrjmOgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /*------------------------------------------ | |
| Responsive Grid Media Queries - 1280, 1024, 768, 480 | |
| 1280-1024 - desktop (default grid) | |
| 1024-768 - tablet landscape | |
| 768-480 - tablet | |
| 480-less - phone landscape & smaller | |
| --------------------------------------------*/ | |
| @media all and (min-width: 1024px) and (max-width: 1280px) { } | |
| @media all and (min-width: 768px) and (max-width: 1024px) { } |