change font size of table to sm

This commit is contained in:
Anderson Oki 2024-04-30 15:59:27 +09:00
parent ebca3bd9b3
commit 078bab01ea
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ $header-height: 64px;
.table-primary {
display: inline-block;
font-size: var(--mantine-font-size-sm);
@include smaller-than($mantine-breakpoint-sm) {
min-width: 12rem;
}