From 8b516e1ac3e3f2249dc5c21c9938a565c383489e Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 1 Sep 2021 13:56:34 +0200 Subject: [PATCH] Client - minor style fix on records table --- fittrackee_client/src/components/App.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fittrackee_client/src/components/App.css b/fittrackee_client/src/components/App.css index a1af76ff..f505590a 100644 --- a/fittrackee_client/src/components/App.css +++ b/fittrackee_client/src/components/App.css @@ -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;