CSS Breakpoints
This is just a reference for breakpoints that I say in an article by Flavio Copes. Just wanted to make my own future reference for it as he references tailwind CSS.
@media (min-width: 640px) {
}
@media (min-width: 768px) {
}
@media (min-width: 1024px) {
}
@media (min-width: 1280px) {
}