apps.ad5001.eu/static/css/custom.css

23 lines
310 B
CSS

#appslist {
width: min(108em, 100vw);
}
@media screen and (max-width: 108em) {
#appslist {
width: 81em;
}
}
@media screen and (max-width: 81em) {
#appslist {
width: 54em;
}
}
@media screen and (max-width: 54em) {
#appslist {
width: min(27em, 100vw);
}
}