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:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>АСУ Инвентаризация</title>
|
||||
<link rel="stylesheet" href="/app/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/app/styles.css?v=4" />
|
||||
<link rel="stylesheet" href="/app/styles.css?v=5" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="no-print">
|
||||
|
||||
@@ -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