Adjust mobile fonts

This commit is contained in:
2025-08-29 21:45:42 -04:00
parent ce4396dd0d
commit 8bae1c4978

View File

@@ -45,8 +45,10 @@ a:visited {
color: #53514f; color: #53514f;
} }
.v-data-table-header th, @media (min-width: 769px) {
.v-data-table__td, .v-data-table-header th,
.v-data-footer { .v-data-table__td,
.v-data-footer {
font-size: 1.2rem; font-size: 1.2rem;
}
} }