Smaller font in lists, but only on screen

This commit is contained in:
Claude Brisson
2024-08-19 21:08:17 +02:00
parent 7e2bc844ad
commit 81c2587f1e
2 changed files with 15 additions and 4 deletions

View File

@@ -523,6 +523,21 @@
cursor: pointer;
}
@media screen {
#players-list {
font-size: smaller;
}
.multi-select .listitem {
font-size: smaller;
}
#results-list {
font-size: smaller;
}
#standings-container {
font-size: smaller;
}
}
@media print {
body {