www/src/static/css/responsive-template.css
2022-09-26 18:15:36 -04:00

21 lines
339 B
CSS

/* Breakpoints for re-use*/
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
}
@media only screen and (max-width: 576px) {
}