GIS-2020-SoSe/Endabgabe/index.css

9 lines
274 B
CSS

@media screen and (min-width: 0px) {
@import url("html-index/index-01-phone.css");
}
@media screen and (min-width: 601px) {
@import url("html-index/index-02-tablet.css");
}
@media screen and (min-width: 1025px) {
@import url("html-index/index-03-desktop.css");
}