I'm building a responsive layout starting with mobile (1 column) first by default and then breakpoints for tablet in landscape & portrait mode and lastly desktop.For my tablet (1 column) breakpoints I have.
- @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
- @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)