From 8bae1c4978f5663bc6e9a40f2b232879b66a133b Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 29 Aug 2025 21:45:42 -0400 Subject: [PATCH] Adjust mobile fonts --- src/theme.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/theme.css b/src/theme.css index 76db0d0..1257b0d 100644 --- a/src/theme.css +++ b/src/theme.css @@ -45,8 +45,10 @@ a:visited { color: #53514f; } -.v-data-table-header th, -.v-data-table__td, -.v-data-footer { - font-size: 1.2rem; +@media (min-width: 769px) { + .v-data-table-header th, + .v-data-table__td, + .v-data-footer { + font-size: 1.2rem; + } }