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

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

View File

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