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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user