www/src/static/css/responsive-template.css

22 lines
339 B
CSS
Raw Normal View History

2022-09-27 01:15:36 +03:00
/* 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) {
}