zoomable show list
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user