Client - minor style fix on records table

This commit is contained in:
Sam 2021-09-01 13:56:34 +02:00
parent 06510bb205
commit 8b516e1ac3

View File

@ -358,9 +358,15 @@ label {
}
.record-table table, .record-table th, .record-table td{
font-size: 0.9em;
font-size: 0.85em;
padding: 0.1em;
}
@media only screen and (min-width: 1200px) {
.record-table table, .record-table th, .record-table td{
font-size: 0.9em;
padding: 0.1em;
}
}
.remaining-chars {
font-size: 0.8em;