zoomable show list

This commit is contained in:
2022-09-27 21:40:15 +02:00
parent 24c5317484
commit c92f62c4e9
6 changed files with 41 additions and 10 deletions

View File

@@ -7,16 +7,16 @@
font-family: 'Ubuntu Mono', monospace;
@media screen and (max-width: 600px) {
font-size: 11px;
font-size: 0.9em;
}
@media screen and (max-width: 500px) {
font-size: 9px;
font-size: 0.8em;
}
@media screen and (max-width: 400px) {
font-size: 8px;
font-size: 0.7em;
}
@media screen and (max-width: 350px) {
font-size: 7px;
font-size: 0.6em;
}
}