Skip to content

Commit

Permalink
Client - minor style fix on records table
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Sep 1, 2021
1 parent 4699431 commit 7762a14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fittrackee_client/src/components/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7762a14

Please sign in to comment.