style: reduce font size on mobile (body 13px, tables 11px)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Your Name
2026-05-19 20:04:41 +03:00
parent 8715d21ea3
commit a315b9033a
2 changed files with 7 additions and 3 deletions

View File

@@ -179,13 +179,17 @@ td.inv-col, th.inv-col {
max-width: 120px;
}
body {
font-size: 13px;
}
.card-body {
padding: 8px;
}
.table td, .table th {
font-size: 12px;
padding: 4px 3px;
font-size: 11px;
padding: 3px 2px;
}
/* byAud table: fixed layout so Название/Расположение get more space */